I have made many apps using python for symbian mobiles but dont know how to distribute them. Can I make a sis or sisx file out of the .py file? If I wish to make an executable out of the .py file, how should I go about?
Advertisements. Register and be a member of the community to get rid of them.
Location: 26.6932 n , 88.423 s. Locate me on google maps
Posts: 791
Re: Python to sis/sisx
Quote:
Originally Posted by vamsikatta
I have made many apps using python for symbian mobiles but dont know how to distribute them. Can I make a sis or sisx file out of the .py file? If I wish to make an executable out of the .py file, how should I go about?
Wrong forum i think. Go to forum.nokia.com and ask there.
To make a sisfile you need to create a package file .pkg
it will contain path for your file and their destination file on handset
then use makesis tool to create sis file
then sign this sis file using a certificate and tool signsis.exe
then you will get sisx file, now you can distribute it.