[PyQt] pyqtdeployed app crashes on launch

bootch at nc.rr.com bootch at nc.rr.com
Mon Jul 7 13:58:05 BST 2014


On OSX 10.9, print stmts from a PyQt program (having a GUI, started by double-clicking on the app icon) go nowhere.  stderr and stdout are redirected to /dev/null ?  So to debug, you might want to start the app from a terminal.

Also, your app reporting a serious error should probably use the Python syslog module.  Then you (and your users) can view the log using  the OSX Console app.  But off the shelf, python is probably only reporting to stderr.




More information about the PyQt mailing list