
Originally Posted by
HANNU
I was trying to make a sis package that contains the main.py file and util1.py and util2.py. That should be self signed package. - - Have someone managed to install utility/library modules using Ensymble?
Here is the command which I've been using to create SIS-packaged PlokIn:
Code:
/opt/local/bin/python ./bin/ensymble_python2.4-0.23.py py2sis --caps=LocalServices+NetworkServices+ReadUserData+UserEnvironment+WriteUserData --appname="PlokIn selfsigned" --version=0.1.570 --uid=0xfxxxxxxx --lang=FI --icon=plokin.svg --textfile=README_%C.txt sisdir/ plokin-r570-selfsigned.sis
Notes:
- sisdir/ contains default.py (=the main script) and included modules
- --uid is messed in command above
- lang, icon and textfile switches probably are not mandatory (consult esymble's documentation)
- Check your ensymble and python path
Directory structure probably does not fit any SIS-packaging standard, but at least it works.