i installed the py2sis and the sdk and all, but when i try to convert the .py file to .sis file it gives me this error:
ERROR: no symbian UID found in test.py
test.py is the file i want to convert to .sis
any help is appreciated
thank you![]()
i installed the py2sis and the sdk and all, but when i try to convert the .py file to .sis file it gives me this error:
ERROR: no symbian UID found in test.py
test.py is the file i want to convert to .sis
any help is appreciated
thank you![]()
well now i wrote the following:
py2sis test.py myfirst.sis --uid=0x0FFFFFFF --appname=myfirst
rom this link http://www.mobilenin.com/pys60/info_...pplication.htm
i am getting error 'uidcrc' utility not installed ??? any ideas ?
Like I said in your other thread, every Symbian application must have a unique UID. In case of py2sis you provide it in the .py file or on the command line using --uid option.
For development and testing you can use any value in the 0x00000000 - 0x0FFFFFFF range. Just be sure you're not trying to use your two apps with the same UID at the same time. Application meant to be released have to use a globally unique UID which can be generated on http://symbiansigned.com/
I never hed this 'uidcrc' error. It could mean there's something wrong with your SDK installation. If everythong other fails, you may want to play with py2sisng:
http://www.nbl.fi/~nbl928/py2sisng.html