Hi All
I need to run Python script in J2ME.
Does anybody know how to do it.
Thanks in Advance
Hi All
I need to run Python script in J2ME.
Does anybody know how to do it.
Thanks in Advance
Cheers,
Manan
Hi manan,
Here is a discussion.
http://discussion.forum.nokia.com/fo...ad.php?t=76900
Wang
Hi,
Kindly find whether this gives you any idea.
http://www.mikekrisher.com/2005/11/n...ython-post.php
Thanks
Soku
Hi MananW, you cannot run Python script in J2ME midlet, nor can you launch a Python script from your midlet (platformRequest works only with telephony and browser). Technically it could be possible to have a Symbian application/server running on the background (listening to a specific port), your midlet could try to connect to it and then the Symbian application would launch the script. Somewhat similar approach to what placelab.org is using.
Hartti
Hi Manan,
Just to add, if you want to perform what Hartti said take a look at the doc below:
Extending the Reach of MIDlets: how MIDlets can access native services
http://www.symbian.com/developer/tec...ework_v1.1.zip
BR,
Juarez Junior