[ANN] pysqlite 2.5.0 released

Matthias Huening mhuening at zedat.fu-berlin.de
Mon Sep 8 06:13:58 EDT 2008


Gerhard Häring (08.09.2008 10:12):
> 
>> Error is:
>>
>> con.execute("select load_extension('./fts3.so')")
>> pysqlite2._sqlite.OperationalError: Das angegebene Modul wurde nicht 
>> gefunden.
>>
>> Where should I look for the module?
> 
> The sources are in ext/fts3 in the SQLite source tree. I haven't found 
> any Makefile, so I it myself using this gcc command:
> 
> $ cd .../ext/fts3
> $ gcc -shared -o ~/src/gh/pysqlite/build/lib.linux-i686-2.5/fts3.so *.c 
> -lsqlite3
> 

Thanks!
Will fts3 be integrated in the Python 2.6 release?

Matthias



More information about the Python-list mailing list