Hi,
The story is:
I have working pyQt4 GUI application. After building *.qrc and *.ui files I run it from commandline:
python myapp.py
And I see my astonishing ;) icons. When I 'compile' it with bbfreeze there are no icons.
I know that currently bbfreeze doesn't support icons, but I thought that when pyqt resources are compiled and imported, that is enough.
Is there any solution? I don't take py2exe into account and currently I can't use pyInstaller.
cheers P.