Alexander Nestorov píše v St 18. 05. 2011 v 23:19 +0200: > Any suggestions about how could I fix that? Or where does the bug come > from?
Does pyinst. work with packaging test.py without PyQt? Does the test.py with pyqt work on any other platform (Mac/Linux)? There could be several reasons why it won't work. 1) pyinst. didn't find all files needed by papyon 2) papyon and pyqt could have contain some incompatible dll files with the same name (for executable only one version could be present) 3) papyon use eventloop from glib and this could be incompatible with the PyQt (Qt) eventloop. -- 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.
