Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I port my existing python apps on ASE?

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?

like image 903
Mascarpone Avatar asked Feb 10 '10 00:02

Mascarpone


1 Answers

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.

like image 141
Raja Selvaraj Avatar answered Sep 22 '22 01:09

Raja Selvaraj