Open GoogleCodeExporter opened 8 years ago
>Also, how do I add the zope, twisted and pyopenssl recipes from
kivy/python-for-android to build.sh
(https://github.com/kivy/python-for-android/tree/master/recipes)?
If you're not familiar with those kind of stuff you will loose too much time
trying to add those modules to this Python build, so the easiest for you is to
use the Python build of Kivy. From there you can add modules you need to your
build this way:
./distribute.sh -m "openssl zope twisted pyopenssl kivy"
See for more informations:
https://github.com/kivy/python-for-android/blob/master/docs/source/usage.rst
Then to use your Python build from a terminal emulator, you only need to know
the path where Python bin/libs/extras are installed on the device and set
accordingly environment variables like e.g. for this project
http://code.google.com/p/android-python27/wiki/TutorialHowToRunPythonfromShell
Original comment by anthony....@gmail.com
on 5 Jan 2013 at 3:35
Thank you for your response :)
I build python with the python-for-android source, but now I get "python: 1:
Syntax error: word unexpected (expecting ")")".
When packaging android-python27, I get several errors. Why? What am I doing
wrong?
Original comment by jeeto.je...@gmail.com
on 5 Jan 2013 at 6:50
I got it working :D
Original comment by jeeto.je...@gmail.com
on 6 Jan 2013 at 10:10
Original issue reported on code.google.com by
jeeto.je...@gmail.com
on 5 Jan 2013 at 11:31Attachments: