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


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to