1.2.2 On a Linux or Mac host machine
The following steps provide the procedure for writing and packaging a helloworld script.
- Create a "helloworld" script with the filename "helloworld.py" containing
print "Hello World!"
code snippet.
- Using a command prompt, enter the directory which contains the ensymble.py and copy the "helloworld.py" file here.
- Execute the command
"python ensymble.py py2sis helloworld.py"
.
- The sis file would be generated in the current directory. Install this on an S60 device.
- Execute
"python ensymble.py py2sis --help"
, for more info on py2sis options.
Release 2.0.0 final , documentation updated on 10 Feb 2010.
See About this document... for information on suggesting changes.