Hi all!
It seems that smart installer can't install Python on the N8.
Can I use Ensymble to package my app and the Python runtime into a single SIS file? Has anyone tried this before?
Thanks!
Hi all!
It seems that smart installer can't install Python on the N8.
Can I use Ensymble to package my app and the Python runtime into a single SIS file? Has anyone tried this before?
Thanks!
Yes you can. Done that for PyS60 2.0 . (For packaging the app with the PyS60 1.4.5 runtime for 2nd edition see this link for details http://www.mobilenin.com/pys60/info_...pplication.htm.)
I read this info from another post on the forum, but I had a hard time to understand it.
Basically you need to:
- cd to the the installation folder of the PyS60 2.0 SDK (e.g., C:\Program Files\PythonForS60\)
- run the command:
ensymble.py mergesis ReVival_v1_0_0_wo_RT.sis PyS60Dependencies\Python_2.0.0.sis ReVival_v1_0.sis
Note: files needed in case you want to do this in a different folder: libeay32.dll, libssl32.dll, openssl.exe, ensymble.py
I also adapted a Python obfuscator to create virtually unreadable scripts - interested ?
Best.