Ram píše v Pá 11. 01. 2013 v 19:09 -0800: > Indeed I use QTReactor for running twisted + QT.
Then you need to remove file ./support/rthooks/pyi_rth_twisted.py and at the top of your main script run code like from twisted.internet import protocol import qtreactor app = QApplication([]) qtreactor.install(app) https://twistedmatrix.com/users/pahan/qt_files/qtdemo.py -- 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.
