Hobbz wrote: > Anyone know how feasible this is? I read about an interpretor that > converts Python Code to Jave bytecode that can run in the Dalvik VM. > Has anyone used this? Are you writting native Python code?
The only thing I am aware of that even comes close is Jython, which is a Python interpreter written in Java. There is a port in progress: http://code.google.com/p/jythonroid/ However, it has not been updated since June, and so is written for an earlier edition of the SDK and will need modification to work on Android 1.0r1. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
