<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Understood:  be patient, or use Ilya’s fork, or use a known good combination of pyqtdeply/Qt versions.<div><br></div><div>Apparently it crashes trying to import _bootlocale, for which Ilya has contributed a patch.</div><div><br></div><div>For future reference, if you get a crash while your pyqtdeploy’ed app is starting, here is a code snippet to harness function <span style="font-family: Menlo; font-size: 11px;">qrcimporter_find_loader() in </span> pdytools_module.cpp, to print out module names as they are imported:</div><div><br></div><div>#include <QDebug></div><div>...</div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="color: #78492a">qDebug</span>()<<fqmn;</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Also, some advice for other pyqtdeploy users: test targets in order [OSX, iOS, Android] In my experience, it is more likely to work on OSX, and if it fails on a mobile platform, the Xcode environment gives better information about crashes (than QtCreator for Android.) </div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Also, use a real iOS device, since the iOS simulator uses a different machine architecture (the host architecture x86_64) which is unnecessary complication.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Also, if you were using a previous version of pyqtdeploy or Python, be sure to update the combo box “Target Python Version” in the “Standard Libraries” tab.</div></body></html>