Does pyinst. work with packaging test.py without PyQt?
Yes, as I said in my first mail, it works fine. I'm able to connect and even chat.
Does the test.py with pyqt work on any other platform (Mac/Linux)?
Tested on Windows and Linux, and it fails on both. Can't test is on Mac as I don't have one.
1) pyinst. didn't find all files needed by papyon
It do find's papyon as if I don't import PyQt4 in the test script, it works just fine.
2) papyon and pyqt could have contain some incompatible dll files with the same name (for executable only one version could be present)
papyon is python only code. No binaries, so that's impossible.
3) papyon use eventloop from glib and this could be incompatible with the PyQt (Qt) eventloop.
It doesn't get that far to complain about the main loop (anyways, I already know how
to handle glib event's using Qt's main loop. Please have a look at the example that I sent in my first email. 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.
