I am trying to combine pys60 1.9.6 runtime with my app but mergesis says pys60 1.9.6 has embedded sis , if i should use makesis can u please tell me the baby steps?
I am trying to combine pys60 1.9.6 runtime with my app but mergesis says pys60 1.9.6 has embedded sis , if i should use makesis can u please tell me the baby steps?
hello anandnarayan891
you cant do that using mergesis try using makesis tool to make a sis out of the pkg file.
search for makesis, things will become clear.![]()
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
The baby steps for making sis file are given in the below article :
make sis
Best regards,![]()
Hi gaba and rahul ,
Thanks a lot for your replies , how do I make the pkg file , what are the rules I should obey?
For pkg file steps read the below article for your reference.
http://wiki.forum.nokia.com/index.ph...ease_builds%3Fhttp://wiki.forum.nokia.com/index.ph...ease_builds%3F
Best regards,![]()
cant I just write the pkg file with notepad? i dont understand the URL , is it made for Symbian C++
ya you can write the pkg file using note pad its not more than a text file.![]()
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
thanks a lot gaba , I have two questions now
1) where can I find the UID of the pythons60_1.9.6.fixed.sis I have
2) though I add --icon pathtosvg option in the application packager i cant see the icon , may I know whats the fault?
Please help a little urgent , thank you
I don't know where the discussion is heading but, PyS60 runtime comes embedded with dependencies. You would have to wait for 2.0 (hopefully not far at all) where a single Python runtime file (without embedded dependencies) might be available.
Otherwise the only solution would be using sisinfo script to extract the core runtime but you may have to embed the dependencies separately as well. .
Pankaj Nathani
www.croozeus.com
what I am doing now , is making a pkg file and then using makesis , for that I want to know the UID of pys60_1.9.6
And I also want to know why the SVG icon is not getting attached
Hi anand,
Have you tried using siscontents?
It comes with a user-interface and you can easily embed/create/edit sis files. It does not allow you all the features ensymble gives you (or maybe, I've not figured it out as yet), but it is a good starting point.
Google for "siscontents" and you should find a zipped file comprising the executable.
Kedar
hey I used siscontents and found the UID , I just realized that I cannot use makesis also on pys601.9.6 ... I am really stuck now