Hi all,
I'm working on 3rd edition mobile with Python version 1.4.1. I need to do a SIS file for an application, but it doesn't work. I have read and followed the procedure written here:
http://www.nbl.fi/~nbl928/ensymble.html
and I have also read the Ensymble documentation for py2sis (http://www.nbl.fi/~nbl928/README-0.26.txt). I managed to do the SIS file with this command line:
and also the installation is successfull but when I try to open it, but it doesn't start (it seems that it is opening for half a second). I try to put some try/except somewhere but it does the same.Code:ensymble.py py2sis --appname=application --version=1.0.0 --caption="application" --cert=cert.cer --privkey=key.key --passphrase=password --caps= LocalServices+Location+NetworkServices+PowerMgmt+ProtServ+ReadDeviceData+ReadUserData+SurroundingsDD+SwEvent+TrustedUI+UserEnvironment+WriteDeviceData+WriteUserData application.py![]()
Does anyone have any idea?
Chiara


Reply With Quote
It was this the problem! Thank you very much dehlerm! 

