[PyQt] pyqtdeploy working environment
Sébastien RAMAGE
sramage at poifindus.com
Fri Apr 15 14:16:52 BST 2016
I tried with Python 3.5.0 and the last pyqtdeploy from hg and miracle no
problem with time module but I still get problem adding xmlrpc.client ,
socketmodule.c don't get compiled :
In file included from ../Python-3.5.0/Modules/socketmodule.c:265:0:
../Python-3.5.0/Modules/socketmodule.h:83:23: fatal error: linux/can.h:
No such file or directory
#include <linux/can.h>
^
compilation terminated.
Seb
**
*
*
Le 15/04/2016 14:13, Sébastien RAMAGE a écrit :
> Hi !
>
> I'm desperately trying to have a working environment to build a python
> (pyQt) application for android
> I'm using Ubuntu 15.10 and I got something working with pyqtdeploy
> 1.2.1 and python 3.4.3 and Qt 5.4.2 and PyQt 5.4.2 and android ndk
> r10e (after many tries including Qt 5.5 and Qt 5.3, ndk 11c, etc)
>
> it "works" but now my app requires the time module and xmlrpc.client
> module, I could bypass the time module using PyQt equivalent but for
> xmlrpc.client I have no option.
>
> The problem is that :
> I can compile by checking "android shared library" in pyqtdeploy but
> my app crash when importing xmlrpc.client
> unchecking "android shared library" I can't compile socketmodule
>
> Phil, if you have a working build environment could you provide a
> virtual machine (virtualbox or vagrant for example) with all the stuff ?
>
> As an alternative, having a "special button" in pyqtdeploy that
> configure everything like downloading Qt, PyQt, Python, Android
> sdk/ndk and compile all of that, would be very very appreciate
>
> Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160415/287208ff/attachment.html>
More information about the PyQt
mailing list