
Originally Posted by
rsf
1. Where can I find step-by-step way to use ensymble for my PY?
2. Definitely i will come up with a problem for distributing my signed sisx as commercial software to be downloaded from internet?
1. Ensymble does many things automatically. If you're merely testing things, it can be as simple as:
Code:
ensymble.py py2sis myapp.py
This assumes you don't need any fancy capabilities, like network connectivity. See the Ensymble README and the "--caps" option for information. Also, UID is randomly selected (option "--uid") and a default self-signed certificate is used (options "--cert" and "--privkey"), so packages generated this way are not suitable for wide distribution.
2. There's a freeware signing process on Symbian Signed. I really don't know how that works.
In any case, what you need to do first is to register at http://www.symbiansigned.com. This will give you access to documentation and tools for the signing process.