Originally posted by kateeveritt
Does anyone have any instructions for using py2sis?
The default installation location for "py2sis" is:
C:\Nokia\Tools\Python_for_Series_60\py2sis
Under this directory you need to have a directory called "\templates". This directory comes with the installation package and there is no need to create it separately. If you don't have this directory then your installation is broken and "py2sis" will not work.
For instructions check "Programming with Python" (Chapter 12) or execute "py2sis" without command line arguments:
Code:
Python to SIS
usage: py2sis.exe <src> [sisfile] [--uid=0x01234567] [--appname=myapp] [--presdk
20]
src - Source script or directory
sisfile - Path of the created SIS file
uid - Symbian UID for the application
appname - Name of the application
presdk20 - Use a format suitable for pre-SDK2.0 phones