[PyQt] python cxfreeze package pyqt app lost icon and tray icon
Hans-Peter Jansen
hpj at urpla.net
Thu Sep 16 11:23:23 BST 2010
On Thursday 16 September 2010, 08:38:00 Von wrote:
> Hi,
> Here is my command:
> cxfreeze --target-dir=AutoOrder gui.py
> --base-name=D:\Python31\Lib\site-packages\cx_Freeze\bases\Win32GUI.exe
> --include-path=. -z icon.jpg
I haven't used cx_freeze, but why don't you wrap them into a python module
with pyrcc4. The deleayedencoding example, I've send to the list lately,
includes an Makefile for that task. BTW, pyrcc4 is able to wrap any data
files, translation files, etc..
> Both app icon and tray icon used icon.jpg
Pete
More information about the PyQt
mailing list