PyS60 installation: Installing Python for S60 on your phone: Steps: 1. Download the latest Python for S60 interpreter application for free according to your phone model from the new download site at https://garage.maemo.org/projects/pys60/ (old PyS60 versions can be found at the old download website) Basically you need to get 2 files: a) The Python interpreter itself: e.g. Python_1.9.4.sis
2. Install the downloaded files in the same way as any other S60 application but in the order of a) then b) (as downloaded) via Bluetooth, Nokia PC Suite, or USB cable to your phone. Note: on 3rd ed. phones and higher you need to create a folder named 'Python' to your e: drive (memory card) to which you will transfer your self written scripts later.
Check here the Nokia S60 devices to find out which edition and feature pack your phone Model has, in order to be able to download the correct kind of PyS60 interpreter. Select your phone model and look for Developer Platform, there it says if it is e.g. S60 3rd Edition or S60 2nd Edition, Feature Pack 3 ... phone. On the download site of the PyS60 interpreter inside the file name you will then recognise e.g. _3rdEd_ refers to S60 3rd Edition or _2ndEdFP3_ refers to 2nd Edition, Feature Pack 3.
Demo example files provided by Nokia Documentation: PythonForS60_doc_1_3_18.pdf It is a helpful documentation on Python for S60 API's. Python Library Refernence (2.2.3) It is useful for checking out standard Python stuff. Other documents: Getting_Started_with_Python.pdf
Script editor: Regarding writing and editing your python script any simple text editor on Mac or PC goes. A free editor is e.g. "ConText": ConTEXTsetup.exe
Python plug-in for the Symbian SDK (e.g. need to make stand-alone applications) From Nokia's download site of Python for Series 60 you find the zip files witht the ending _SDK.zip. The package includes a the Python for S60 SDK plug-in (.exe).
|
|
|
|