Info: How to make a standalone application

You need to have a symbian SDK installed on your machine as well as a Python plug-in (see below).

Here is how you make a SIS file that includes the python interpreter itself:

Create a folder named e.g. tes5 and copy the following files inside:

default.py
yourtest.py (your own script)

On the commandline of your SDK run :

py2sis tes5 test35.sis --uid=0x12364678 --appname=test35 --leavetemp

test35.sis will be you relsulting standalone application

The folder tes5 can include also images and stuff that you want to use for your app. It can also include and application icon.

For detailed info see Programming_with_Python.pdf

 

 


Get the Symbian SDK here (only for PC)

Download site of Symbian SDK (depends on your phone model)


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 Series 60 SDK plug-in (.exe) as well as example scripts. I have put the various _SDK.zip files up here as well (for current Peyohon Series 60 version is 1.2):

PythonForSeries60_1_2_for_1stEd_FP1_SDK.zip

PythonForSeries60_1_2_for_2ndEd_FP1_SDK.zip

PythonForSeries60_1_2_for_2ndEd_FP2_SDK.zip

PythonForSeries60_1_2_for_2ndEd_FP3_SDK.zip

 

 

 

 

 

 

 

 

 

Previous|Next | Menu         Copyright (c) 2006 Jurgen Scheible