hi,
I tried making a standalone application using py2sis tool provided in standard 1.4.1 sdk available on sourceforge. I ran the command
>> python py2sis.py snake.py snake.sis --uid=0x0fffffff --appname=snakegame --sdk30
and the output was ...
Creating SIS for SDK3.0 and later
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\Icons_aif.mk.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.cpp.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest_reg.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\app.mmp.template
Compiling...
Done.
ERROR [Errno 2] No such file or directory: '\\Epoc32\\release\\GCCE\\UREL\\snakegame_0x0fffffff.exe'
and when i used the same command with --autostart
>> python py2sis.py snake.py snake.sis --uid=0x0fffffff --appname=snakegame --sdk30 --autostart
output is
Creating SIS for SDK3.0 and later
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\Icons_aif.mk.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.cpp.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest_reg.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\app.mmp.template
ERROR [Errno 2] No such file or directory: '00000000.rss'
clueless. any help is greatly appreciated , thanx.

. any help is greatly appreciated , thanx.
Reply With Quote



