This is the traceback. The app works fine in a single directory, but
not as a single file.

Traceback (most recent call last):
  File "<string>", line 5, in <module>
  File "/home/dmarkey/pyinstaller/trunk/PyInstaller/loader/iu.py",
line 449, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/dmarkey/pyinstaller/trunk/PyInstaller/loader/iu.py",
line 539, in doimport
    exec co in mod.__dict__
  File "/home/dmarkey/sharefuse/build/pyi.linux2/gui/outPYZ1.pyz/wx",
line 45, in <module>
  File "/home/dmarkey/pyinstaller/trunk/PyInstaller/loader/iu.py",
line 449, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/dmarkey/pyinstaller/trunk/PyInstaller/loader/iu.py",
line 539, in doimport
    exec co in mod.__dict__
  File "/home/dmarkey/sharefuse/build/pyi.linux2/gui/outPYZ1.pyz/
wx._core", line 4, in <module>
  File "/home/dmarkey/pyinstaller/trunk/PyInstaller/loader/iu.py",
line 468, in importHook
    raise ImportError("No module named %s" % fqname)
ImportError: No module named _core_

_core_.so actually is included in the archive.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to