a few comments about this: It's in "alpha"; it looks like this cross-compiles Python for android... as it does Lua (Beanshell, of course, is Java so it remains...) the python interpreter will have to be setup in Java, and scripts passed to it thru Java/Dalvik (as that's the user-level application environment on the phone...) - that is, a script service (this is all to handle security concerns in a mobile environ)...
It might be simple (be a huge resource drain) or it might prove an interesting port - in fact, the concept of a mobile web2py is interesting - taking advantage of the resources on the mobile (e.g. sensors, gps, etc.). You can have a peek at http://code.google.com/p/android-scripting/ Currently, storage would be the first of many issues - once importing from and storing on an SD card (external memory) is possible, then some sort of an excercise might be possible... but this will probably not be what you think! Thanks for the note - lots of FUN ahead ;-) - Yarko On Thu, Jun 18, 2009 at 5:08 PM, Hasanat Kazmi <[email protected]>wrote: > > Google has officially released Android Scripting Environment (ASE) for > Android phones. ASE supports Python. Has anyone tried to run web2py on > ASE? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

