py2exe + SQLite problem

Armin a at nospam.org
Thu Jan 29 10:06:26 EST 2009



Hello all,

I have frozen a running application which is using SQLite with py2exe.

When I start the exe file I see in the log file of the exe:

Traceback (most recent call last):
   File "dpconf.py", line 666, in ?
   File "dpconf.py", line 251, in __init__
   File "sqlite\main.pyc", line 255, in execute
_sqlite.DatabaseError: no such table: genslaveopt

The table exist in the database file ... no problem with the plain 
python version.

How can I solve that problem ??

Best Regards

--Armin



More information about the Python-list mailing list