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 QQuickView::setSource(...)
A stack trace for a very similar test app is here http://pastebin.com/ZhqZFPxG
Inspecting it in the debugger shows that the cause of the crash is that
QCoreApplication::instance() returns 0 and in the stack trace shows the abort
caused by a Q_ASSERT that I put in to check that.
Any ideas about what could be happening here?
Glenn
_______________________________________________
PyQt mailing list PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt