On Thursday 29 of August 2013 12:20:16 Glenn Ramsey wrote: > Hi, > > When running the following test app on OSX (10.8.4, PyQt 5.1 snapshot + Qt > 5.1) > > https://github.com/pyinstaller/pyinstaller/blob/develop/tests/interactive/te > st_pyqt5_qml.py > > I get a crash (stack trace below) when it is frozen but not when it is not > frozen. > > Can anyone suggest what might be causing this or how to diagnose it further?
It looks like there might be a missing dylib or something related to that. Try the following command on all .dylib/.so files that are bundled with the test_pyqt5: otool -L foo.dylib Or somehow let osx dynamic loader to show what .dylib files are loaded. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
