I'm trying to package a trivial PyQt app with Python 2.6 on Windows.
As recommended on the Wiki, I'm using the trunk (r897) for WinSxS
support.

My exe builds without errors, but when run it can't find PyQt:

Traceback (most recent call last):
  File "<string>", line 14, in <module>
  File "C:\home\nathan\src\pyinstaller-trunk-r897\iu.py", line 455, in
importHook
    raise ImportError, "No module named %s" % fqname
ImportError: No module named PyQt4.QtCore

The warnings file generated by Build.py includes some Qt-related
messages:
W: no module named PyQt4._qt (top-level import by PyQt4.QtGui)
W: no module named readline (delayed import by pdb)
W: no module named pwd (delayed, conditional import by posixpath)
W: no module named org (top-level import by pickle)
W: no module named posix (delayed, conditional import by iu)
W: no module named PyQt4._qt (top-level import by PyQt4)
W: no module named PyQt4._qt (top-level import by PyQt4.QtCore)

Is this expected to work on the trunk, or should I be using some other
snapshot?

-- 
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