garywood wrote:
> Hi 
> 
> Just got the G1, is their any way to get python running on the andriod 
> platform ?

Nope.  But some day when other languages are supported, Python will be
high on the list.

In the meantime, Android is java only.  And no you can't use Jython
because Android statically compiles normal java byte code to the special
bytecode their own VM uses.  Jython being a dynamic language does not
emit static java classes.  From what I understand, porting Jython to
work on this special VM is not trivial.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to