[PyQt] pyqtdeployed app crashes android but not iOS

Phil Thompson phil at riverbankcomputing.com
Wed Feb 4 13:00:02 GMT 2015


On 04/02/2015 12:37 pm, lloyd konneker wrote:
> The trace from QtCreator debug run is:
> 
> 0 ??
> 1 Py_FatalError
> 2 _Py_InitializeEx_Private
> 3 pyqtdeploy_start(
> ….
> 
> The same app runs on iOS (using pyqtdeploy in the same way for both
> targets, using the directory structure proscribed in the
> documentation.)
> 
> There is a reported crash of Python 3.4.2 on Android.
> https://mail.python.org/pipermail/python-dev/2015-January/137951.html.
> 
> I’m just saying there MIGHT be another Python patch required.  I
> haven’t tracked it down and it could be my error.

It wouldn't surprise me at all if additional patches are required.

Phil


More information about the PyQt mailing list