Hi..Thanks aya42 for replying, I tried porting the script again, into sis using ONLY the following capabilities
Code:
C:\Python25>python ensymble_python2.5-0.25.py py2sis --appname="Dani" --shortcaption="go4it." -caps="Net
workServices+ReadUserData+WriteUserData" --caption="My Application"--version=1.2.3 --verbose myapp.py
The following is the output of the ensymble
Code:
ensymble_python2.5-0.25.py: warning: no application version given, using 1.0.0
ensymble_python2.5-0.25.py: warning: no UID given, using auto-generated test UID 0xe305818a
ensymble_python2.5-0.25.py: warning: no certificate given, using insecure built-in one
Input file(s) synCHRONUSoff.py
Output SIS file synCHRONUSoff_v1_0_0.sis
UID 0xe305818a
Application name Dani
Version 1.0.0
Language(s) EN
Icon <default>
Short caption(s) go4it.
Long caption(s) My Application--version=1.2.3
Install drive <any>
Text file(s) <none>
Certificate <default>
Private key <default>
Capabilities 0x0 (NONE)
Vendor name(s) Ensymble
Autostart No
Still, I face the same issue ... "The python script" runs perfectly and makes appropriate entries into calender ... but the sis file after getting perfectly installed exists before making entries to calender
@jethro.fn ... Thanks for replying, I still need to implement your suggestion and check ...