Hi Hans,strange thing happens<div>I put my icon.jpg file into the qrc file and compile it to py file.when I run my Main.py directly I can see the icon show up correctly,but while I use cxfreeze to package it,then it can't find the resource at all.Here is my simple code:</div>
<div><div>pixmap = QtGui.QPixmap(":/icon.jpg") #:/icon.jpg is my resource name.</div><div>assert(pixmap.isNull() == False)  --> #this line raise AssertionError</div><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 6:23 PM, Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thursday 16 September 2010, 08:38:00 Von wrote:<br>
> Hi,<br>
> Here is my command:<br>
> cxfreeze --target-dir=AutoOrder gui.py<br>
> --base-name=D:\Python31\Lib\site-packages\cx_Freeze\bases\Win32GUI.exe<br>
> --include-path=. -z icon.jpg<br>
<br>
</div>I haven't used cx_freeze, but why don't you wrap them into a python module<br>
with pyrcc4. The deleayedencoding example, I've send to the list lately,<br>
includes an Makefile for that task. BTW, pyrcc4 is able to wrap any data<br>
files, translation files, etc..<br>
<div class="im"><br>
> Both app icon and tray icon used icon.jpg<br>
<br>
</div>Pete<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br></div>