Hi all , I got some questions about wrapping my applicatio so it can work when I hand it out to the user :

First : How can I have an icon that appears in "Installed" folder and in the top of my application window instead of Python Icon ?? (Icon dimension ??)

Second : How can I add Audio, Picture or any other file with my SIS file so my program can use them later ??

In my code I use a preview a picture , and I added it manually in this path :
pic=graphics.Image.open("e:\\Images\\Titans.jpg")

But when I moved it ,My Installed program showing an error , How can I make

PyS60Appication Packager Combine these resources in the SIS ??

I hope my questions are clear , And I'm sure it's basic questions for Python experst.

Many thanks in advance. And I got alot of questions .... Be patient

Recommended Answers

All 4 Replies

In the documentaion you have all that. Check it.

Many thanks , But can you be more specifiec ......

You must use the ensymble tool provided with the sdk to make the sis file.

For the icons and the rest of the stuff it's mainly through the use of the appuifw module.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.