Skip to content

nonameentername/python-android

Repository files navigation

Reference:
    http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html
    http://pygame.renpy.org/
    http://code.google.com/p/python-for-android/

./bootstrap.sh
    Downloads Python-2.7.2 source
    patches Python for android
    builds hostpython and hostpgen

./build.sh
    builds python library for android

./package.sh
    installs python on android device //thanks to anthony prieur

./pip_install.sh
    install python packages using pip.
    example:
        ./pip_install.sh python-twitter

current status:
    Python build finished, but the necessary bits to build these modules were not found:
    _bsddb             _curses            _curses_panel
    _tkinter           bsddb185           bz2
    dbm                dl                 gdbm
    imageop            linuxaudiodev      nis
    ossaudiodev        readline           sunaudiodev
    To find the necessary bits, look in setup.py in detect_modules() for the module's name.


    Failed to build these modules:
    _ctypes_test       _locale            audioop
    grp                spwd

About

android build script for python 2.7.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages