Re: Embedded python 2.6 interpreter can't "import sqlite3" on Windows XP

2009-02-01 Thread Peter
jdetaeye wrote: I am porting an application which embeds a Python interpreter to Python 2.6. On version 2.5 all is working fine, but importing the sqlite3 module doesn't work any more on 2.6. The statement "import sqlite3" does work fine when executed from in the python command prompt, ie not f

Embedded python 2.6 interpreter can't "import sqlite3" on Windows XP

2009-02-01 Thread jdetaeye
I am porting an application which embeds a Python interpreter to Python 2.6. On version 2.5 all is working fine, but importing the sqlite3 module doesn't work any more on 2.6. The statement "import sqlite3" does work fine when executed from in the python command prompt, ie not from the embedded