Edgewall Software

Changes between Version 31 and Version 32 of PySqlite


Ignore:
Timestamp:
Dec 23, 2007, 7:05:36 AM (16 years ago)
Author:
casiowatch@…
Comment:

I could find no real fix listed from the mailing list, so once I did this it seemed to work.

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v31 v32  
    245245A common mistake is to install PySqlite for one Python interpreter, and run the server with another Python interpreter: both interpreters do not use the same paths to search for modules.
    246246
     247Another possible mistake is the pysqlite2 installer forgot to make "_sqlite.so" dll unreadable by anyone other than root.  Fix by chmod 775 _sqlite.so inside $PYTHON_PATH/site-packages/pysqlite2/.  Also make sure you ldconfig --print-cache (if using debian) notices the correct path for installed libraries, otherwise set your LD_LIBRARY_PATH to point where sqlite dlls are installed.
     248
    247249==== _sqlite.so: Undefined symbol "PyGILState_Ensure" ====
    248250