Has anybody succesfully created standalone application using the py2sis tool?
I can create and install the .sis file fine, but starting the application will cause system error -2 failure. This script itself works fine when ran from the python application.
Further study showed that the .sis file contains only .app, .rsc and default.py files and not my own script file which was used to create the .sis.
I have installed the .sis file from PythonForSeries60_2ndEd_SIS.zip to my 6630. I have also uploaded my script with bluetooth, installed it, and succesfully run it from the python application (on the device).
The default.py script which is in the py2sis created .sis file is not my script, but the same default.py which comes with the python application.