LWN.net Logo

Run Python Scripts on Your Nokia Smartphone (O'ReillyNet)

Here's an O'Reilly book excerpt on Python hacks for the Nokia Smartphone. "The current Nokia phones do not come with the Python runtime environment preinstalled. You have to download and install Python yourself. You can download the Python for Series 60 package from the Forum Nokia web site under the Series 60 Platform --> Tools and SDKs category. The download package is a zip file with the .sis installation files, documentation, and example code. Make sure you read the Getting Started document in the download bundle to choose the correct .sis file for your phone."
(Log in to post comments)

Cell phone scripting

Posted Nov 19, 2005 7:36 UTC (Sat) by davidw (subscriber, #947) [Link]

In a blatant act of promoting something fun I'm working on:

If you want an open source, approachable environment for scripting cell phone applications that runs (I think, you'll help confirm this) everywhere J2ME does, check out Hecl:

http://www.hecl.org

It's still in the hacking stage, so at the very least, be prepared to ask for help if something doesn't work just so. I have written a small 'real app' with it though, and I think others are possible:

http://www.dedasys.com/shopping_list/

Run Python Scripts on Your Nokia Smartphone (O'ReillyNet)

Posted Nov 20, 2005 23:10 UTC (Sun) by cmb (subscriber, #14102) [Link]

I've not seen this for series 80 (Communicator 9500 and such). Does anyone know if this is because the series 60 makes it particularly easy to write a Python interpreter, or just because nobody's written the series 80 one yet?

Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds