After a few days of tests I discovered that the papyon library and PyQt4 are incompatible (or at least pyInstaller crashes each time I try to build using both libraries).
So, how did I discovered that? 1. First download papyon: http://www.freedesktop.org/software/papyon/releases/papyon-0.5.5.tar.gz 2. Extract it and create a spec file of the test.py file that you can find in the root folder on papyon. Already created spec file: http://pastebin.com/uAQLqzZt 3. Test the exe. Everything works just fine. I'm able to connect, chat and so on. Now, the buggy part. 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. Any suggestions about how could I fix that? Or where does the bug come from? Regards -- alexandernst -- 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.
