I learned that the Android Scripting Environment (ASE) supports python code. Can I take my existing python programs and run them on android?

Apart from the GUI, what else will I need to adapt? How can I find the list of supported python libraries for ASE?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

As of yet, there is no support for a gui on ASE apart from some simple input and display dialogs. Look at /sdcard/ase/extras/python to find libraries already available. You can add new libraries by copying them there.

link|improve this answer
1  
It's such a shame that the use of Python on Android is so limited, I would really like for more functionality to be provided to Python applications. – Noah McIlraith Jun 2 '10 at 6:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.