[PyQt] pyqtdeploy Support for pyjnius on Android

Phil Thompson phil at riverbankcomputing.com
Tue Aug 18 13:19:30 BST 2015


On 18 Aug 2015, at 1:12 pm, Sébastien RAMAGE <sramage at poifindus.com> wrote:
> 
> Maybe the problem is related to cython.
> I tried a simple cython module, see attached hello.pyx, it works on Linux using the attached setup
> but when deployed using pyqtdeploy, the app crash on startup
> 
> to compile the module on linux, just do : python3 setup_hello.py build_ext --inplace
> 
> Another question, what is the QT column for in "Other Extension Modules" tab ? I put androidextras just like you do but I don't know why...

So that it adds QT += androidextras to the generated .pro file.

Phil


More information about the PyQt mailing list