| Reply | « Previous Thread | Next Thread » |
|
Hi,
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. Using "ensymble py2sis" I was able to create the main.sis. Then i created utility.sis using "ensymble simplesis", and finally "ensymble mergesis" to make the final package. The problem seems to be in the utility.sis. I have tried to put util1.py and util2.py under !:\resource\ or !:\python\libs\ in a sis file, but had no success. I got "update error" during installing to the device. Have someone managed to install utility/library modules using Ensymble? |
|
Quote:
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
Directory structure probably does not fit any SIS-packaging standard, but at least it works. |
|
Thanks, that solved my problem! It not not so clearly said in the documentation.
Btw. Does anybody know if installing own libraries to "\resource" or "\python\libs\" is possible at all using self signed sis? |
|
In general - yes, most packages created by carbide.c++ (i.e., makesis.exe utility and selfsigned) copy their content to \sys\bin\ or \resource, so I guess any folder is accessible.
However, I don't know if it's possible to tell ensymble destination folder(s). It'd be nice. whatever happens happens |
|
Quote:
http://www.nbl.fi/~nbl928/README-0.23.txt There is something about it. |
|
I was not able to install files to /resource etc. using "ensymble simplesis". I gave "update error" on device.
|
|
Hmm. I think I'm still going to put all files into a single folder (at least it works!) until someone finds out how to use /recourse etc. directories with ensymble. :-)
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Script-level modules not allowed in 3rd Ed? | kevin_s2f | Python | 6 | 2007-07-05 19:46 |
| Problem in making sis file in Carbide C++ | Adeesh | Carbide.c++ IDE and plug-ins | 5 | 2006-10-02 15:00 |
| Installing self-signed SIS files (3rd ed.) | ptrmn | Symbian Tools & SDKs | 12 | 2006-09-11 14:08 |
| package MIDlet in a sis file | wfettich | Mobile Java General | 0 | 2005-01-20 14:13 |
| JAR file to SIS package | kljajo | Mobile Java General | 2 | 2004-08-10 10:23 |