PythonPages
From NRCwikis
Contents |
[edit] Python for S60 1.4.0 is now released
- You can download it from SourceForge: [1]
- For N93/N95 (and other 3rd edition phones) download and install on the phone (in that order) the following files:
- PythonForS60_1_4_0_3rdEd.SIS
- PythonScriptShell_1_4_0_3rdEd.SIS
- Download also the documentation file PythonForS60_1_4_0_doc.pdf
[edit] Getting Started
- Really quick introduction
- Download and install the two .sis files above
- For 3rd edition phones, you'll get a python icon under the "Applications" folder
- Make a directory e:\python on your phone (e == memory card). All your scripts will live there
- Download the Examples from NRC-PA python seminar
- Copy gears.py to e:\python
- Start python, select Options->Run Scripts->gears.py
- Try the direction keys. Congratulations, you've run your first PyS60 script!
[edit] Documentation for PyS60
- Getting started with Python for S60 from Forum Nokia
- Programming with Python for S60 from Forum Nokia
- Python for S60 API Reference from SourceForge
