python 2.5 & sqlite3

Fredrik Lundh fredrik at pythonware.com
Wed Oct 11 18:12:38 EDT 2006


>  > Either way I need to know where to put the sqlite files, right?
> 
> not if you're using a proper release, no.

the easiest way to unbreak your ActiveState installation is probably to 
install the python.org version, and copy

     c:\Python25\DLLs\_sqlite3.pyd

and

     c:\Python25\DLLs\sqlite3.dll

to the corresponding location in the other installation.

</F>




More information about the Python-list mailing list