there's now a setup.py switch for this

This commit is contained in:
Benjamin Peterson 2010-11-28 02:51:28 +00:00
parent 2a7feee76d
commit f6861ae12a

View file

@ -888,4 +888,4 @@ only makes sense to call from a different thread.
.. [#f1] The sqlite3 module is not built with loadable extension support by
default, because some platforms (notably Mac OS X) have SQLite libraries which
are compiled without this feature. To get loadable extension support, you must
modify setup.py and and remove the line that sets SQLITE_OMIT_LOAD_EXTENSION.
pass --enable-loadable-sqlite-extensions to configure.