Hello in my program i use this :
icona = QtGui.QPixmap('Directory-32.png')
icona_b = QtGui.QIcon(icona)
icona_b.setThemeName('direct')
valor_nome.setIcon(1,icona_b)

than i make the executable wit this simple option :
python Makespec.py -F -X main.py

But when i run the program i never see the icon also if i put the png
file in the executable folder what i have to do?
I'm under linux 32 bit

Regards

Luca

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to