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

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to