[storm] py2exe problems
Jorgen Bodde
jorgen.maillist at gmail.com
Wed Apr 9 09:44:13 BST 2008
Hi James,
Thank you for your reply. I did the following:
----
# needed to dynamically find database
from storm.locals import *
import storm.databases.sqlite
setup( console = [ { "script": "airs.py" } ]
,data_files=["setup\\dll\\msvcp71.dll"],
)
-----
But I still get the same error:
File "storm\database.pyc", line 406, in create_database
ImportError: No module named databases.sqlite
I also noticed the following with py2exe in the log:
The following modules appear to be missing
['chardet', 'cjkcodecs.aliases', 'functools', 'iconv_codec',
'storm.cextensions', 'wx.BitmapFromImage', 'wx.EmptyIcon']
Between there is storm.cextensions. Does that have to do with anything maybe?
Regards,
- Jorgen
More information about the storm
mailing list