Hi all,
you know the file browser which come with python when converting it to .sis it works
but when I but my own doesn't work is there any special thing should be added o the file before converting it to .sis
I mean something essential ??
thanks
Hi all,
you know the file browser which come with python when converting it to .sis it works
but when I but my own doesn't work is there any special thing should be added o the file before converting it to .sis
I mean something essential ??
thanks
How exactly doesn't it work? Does it throw an error? Does nothing happen?
Normally if your script works it should work as a SIS file too.
What version of PyS60 are you using? Have you installed the app on the same drive as the Python runtime (either phone memory or memory card)?
OK, so both the Python runtime and the application are on the memory card? Uninstall them and install them in the phone memory. This might fix it.
Also, make sure your phone has the latest firmware.
There are some things you can do to see if there are exceptions. See Python debugging techniques, the second method (the "exception harness").
If nothing else helps, please post the command you used to generate the SIS file.
Firmware is the software of your device. You can see what version it's currently using by typing *#0000# in the home screen.
http://europe.nokia.com/get-support-...oftware-update
Anyway, I suggested that because there have been cases (very often with PyS60 1.9.x but a few with 1.4.x as well) where a firmware update fixed problems like this.
The best thing to do right now is use the exception harness I mentioned to see if there are any exceptions.