Search code examples
androidpythonwxpythonsl4a

Can python program with wxPython be ported to android?


Can a program created using wxPython be ported to android using Scripting Environment SL4A and Python for Android or any other better option? Can anybody please help me out?


Solution

  • No, wxPython does not currently support Android. You may be able to use the Kivy project which was already mentioned in the comments. There is a project for porting PyQt to Android that you can read about here: https://groups.google.com/forum/#!msg/python-for-android/22fJGoPy9kY/v--RY1UoCYkJ or you could go directly to their project page: http://code.google.com/p/android-python27/

    I also saw a tutorial which helped generate the XML files behind some Android apps: http://www.codeproject.com/Articles/405284/Writing-an-Android-GUI-using-Python-7-Activity

    See also the following links: