PyQt icon problem

2009-06-06 Thread Pieter Provoost
Hi, My application has a QSystemTrayIcon, which needs to be changed once in a while. The PNG icons are converted into a module using pyrcc4. When I run the Python script on my Windows system everything works fine, but when run it on Ubuntu or when I use py2exe, the icons are not visible (there's o

Re: PyQt icon problem

2009-06-06 Thread Pieter Provoost
Correction: when using py2exe, no icon, empty space or message is visible (the app is running though). On Ubuntu, there is an empty space but messages are not displayed. 2009/6/6 Pieter Provoost > Hi, > > My application has a QSystemTrayIcon, which needs to be changed once in a > wh