I just tried to use pyinstaller-gui.py to convert this :
http://paste.pocoo.org/show/531100/ python script to an executable.
Everything went well it seemed and I got a executable created:
http://paste.pocoo.org/show/531102/
When I try to run the executable from the dist directory:
Traceback (most recent call last):
File "<string>", line 1171, in <module>
File "<string>", line 49, in <module>
File "C:\Users\uname\Downloads\PyInstaller\trunk\PyInstaller\loader
\iu.py", line 468, in importHook
raise ImportError("No module named %s" % fqname)
ImportError: No module named socket
Any ideas on how to fix this?
--
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.