[PyQt] Crash in frozen PyQt5 app

2013-08-30 Thread Glenn Ramsey
Hi, When running the following test app on OSX (10.8.4, PyQt 5.1 snapshot + Qt 5.1.1) https://github.com/pyinstaller/pyinstaller/blob/develop/tests/interactive/test_pyqt5_qml.py I get a crash when it is frozen using PyInstaller but not when it is not frozen. The crash occurs in

Re: [PyQt] Crash in frozen PyQt5 app

2013-08-30 Thread Phil Thompson
On Fri, 30 Aug 2013 15:13:29 +1200, Glenn Ramsey g...@componic.co.nz wrote: Hi, When running the following test app on OSX (10.8.4, PyQt 5.1 snapshot + Qt 5.1.1) https://github.com/pyinstaller/pyinstaller/blob/develop/tests/interactive/test_pyqt5_qml.py I get a crash when it is frozen