Hi!
I am trying to create a sis file out of a simple python script (called test.py) i have written. I am following the instructions given here.
I am working on a machine running windows. I gave the following command in the command prompt -
The svg file here is a black square which I am using for testing purposes.python ensymble_python.py py2sis --uid=0xExxxxxxx
--icon=myicon.svg --appname="MyApp" --shortcaption="My App."
--caption="My Application" --version=1.2.3 --verbose test.py
I also tried the same command using a jpeg image - the same black square of size 44x44 pixels. I gave the command -
However, in both cases, I don't see any icon.python ensymble_python.py py2sis --uid=0xExxxxxxx
--icon=test.JPG --appname="MyApp" --shortcaption="My App."
--caption="My Application" --version=1.2.3 --verbose test.py
Is there any way to get the icon? Will older versions of ensymble work better? Please help!
Update :
If I extract the contents of the .sis file and extract the image out of the .mif file, I can see the image (the black rectangle). This is a svg file.
Phone details :
Nokia N73 running Python 1.4.5 (Runtime and shellscript)

Reply With Quote


