[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

[PyQt] Simple patch for pylupdate4

2013-08-30 Thread Florent Rougon
Hello, The following trivial patch to pylupdate/fetchtr.cpp (for PyQt 4.10.3) allows pylupdate4 to correctly process backslashes at the end of a line, instead of replacing such backslashes with a linefeed (ASCII 10) character. This is very useful in triple-quoted strings to avoid introducing