Alexander Nestorov píše v St 18. 05. 2011 v 23:19 +0200: > 4. Open test.py file and write those 3 lines at the top of it: from > PyQt4 import * > from PyQt4.QtGui import * > from PyQt4.QtCore import * > > > > 5. Build again. It will fail/crash. > > So, my question is really simple, there is a test/demo that you can > actually try, see and play with. I'm using pyInstaller 1.5 with > python 2.7 on a x86 Win XP machine.
There must be something wrong in your environment. I tried what you described and it works for me. I tried 1.5 and the svn version. Python 2.7.1, x86 winxp. I had to install PyGTK, PyCrypto and PyOpenSSL. And this is the output I get: ---------------------------------- Z:\tmp\pyi_1.5\papyon_test\dist\papyon_test>papyon_test.exe Account: Password: Send webcam to : INFO:papyon.msnp2p.transport:Registering transport <NotificationP2PTransport obj ect at 0x1f24760 (papyon+msnp2p+transport+base+BaseP2PTransport at 0xeb7210)> DEBUG:papyon.transport:<-> Connecting to messenger.hotmail.com:1863 DEBUG:papyon.transport:>>> VER 0 MSNP15 DEBUG:papyon.transport:<<< VER 0 MSNP15 DEBUG:papyon.transport:>>> CVR 1 0x0409 winnt 5.1 i386 MSNMSGR 8.1.0178 msmsgs ERROR : 1 -> None Z:\tmp\pyi_1.5\papyon_test\dist\papyon_test> -- 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.
