[PyQt] Fwd: Android deploy using Python 3.4.3/PyQt5.4.2 (Stephen Chapman)
Sébastien RAMAGE
sramage at poifindus.com
Thu Jun 25 14:37:38 BST 2015
I tried many python versions but only PyQT 5.4.x and I always get the
problem.
You said that everything's fine with PyQT5.3 so maybe the problem is
with PyQT 5.4 (or QT) ?
*Sébastien Ramage*
*
*
Le 25/06/2015 15:28, Stephen Chapman a écrit :
>
> Are you suggesting that it is an import that I am using in my
> program. Or are you saying a base level python import. Because I
> tried a simple program with no imports as well and i get the same
> results. Using Python 3.4.3 and Pyqt5.4.2. I'm starting to think its
> really a version of something i'm using. If I try the same thing on
> python 3.4.0 / Pyqt5.3.x it works just fine.
>
> On Thu, Jun 25, 2015 at 8:19 AM, lloyd konneker <bootch at nc.rr.com
> <mailto:bootch at nc.rr.com>> wrote:
>
> In my experience with Android crashes on PyInitialize, you should
> harness your Python to call QtDebug (writes to the Android log)
> for every import. Since fail to import is not very graceful. Or
> you will at least know what module is suspect for cross-platform
> issues. I think I posted how to harness on this list about a year
> ago. (I have not been using pyqtdeploy recently.)
>
> PyInitialize is usually just executing the interpreter on your
> app. So crashing ‘in' PyInitialize just means ‘while loading and
> initializing your app.'
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> <mailto:PyQt at riverbankcomputing.com>
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
>
>
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150625/f3ef5e74/attachment.html>
More information about the PyQt
mailing list