[PyQt] pyqtdeploy andorid - static python 3.4.0

Stephen Chapman schapman1974 at gmail.com
Thu Jun 25 14:17:10 BST 2015


Looking at my sysroot directory.  It looks like i did compile those
seperately and put them in sysroot/lib/lib-dynload folder.  With my more
recent failed tries at PyQt5.4.2/Python3.4.3 is where I have put them in
the pro file.  And I have yet to test that.  I do have a ctypes library
compiled as well.  And if memory serves it took quite a bit to get that
compiled.

On Thu, Jun 25, 2015 at 3:18 AM, Eugene Chekanskiy <echekanskiy at gmail.com>
wrote:

> Maybe I need include ctypes too? Anyway, it will be great if you will
> share your working python.pro with additional modules :)
>
> 2015-06-25 10:09 GMT+03:00 Eugene Chekanskiy <echekanskiy at gmail.com>:
>
>> Hm, can you please share changes for timemodule.c? I just was adding
>> Modules/timemodule.c, python was compiled(i saw that timemodule.o was
>> linked from output), but importing time was crashing my app. Maybe I need
>> something more to make time module working?
>> BTW is there a way to see standart python output (eg what we see when
>> running regular python from command line) in logcat?
>>
>> 2015-06-25 2:02 GMT+03:00 Stephen Chapman <schapman1974 at gmail.com>:
>>
>>> I added several modules including Modules/timemodule.c to mine and it
>>> seems to work just fine.
>>>
>>> I maintain a python.pro for when i have to statically build python.
>>> Currently the python.pro is copied from the
>>> pyqtdeploy/python/configurations folder in your python site-packages
>>>
>>> On Wed, Jun 24, 2015 at 5:46 PM, Eugene Chekanskiy <
>>> echekanskiy at gmail.com> wrote:
>>>
>>>> Hello everyone. I was trying to build static python for android usinf
>>>> pyqtdeploy. Everything going fine, but in the end I can't import module
>>>> time. As far as i see it is not included in python.pro file. Is it
>>>> possible to compile python with this module?
>>>>
>>>> _______________________________________________
>>>> 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/bd5dc89d/attachment.html>


More information about the PyQt mailing list