pyrcc4 can compile resource file to a python file, which you import in the python code of your app - and then py2exe without any changes packs the compiled *py resource file also :)<br><br><div class="gmail_quote">2009/11/13 Tiago Maluta <span dir="ltr">&lt;<a href="mailto:tiago.maluta@gmail.com">tiago.maluta@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I just realize that happens with file format because with a simple<br>
test on .qrc file:<br>
<br>
- &lt;file&gt;logo.jpg&lt;/file&gt;<br>
+ &lt;file&gt;logo.png&lt;/file&gt;<br>
<br>
After changed to png everything works, note I with the same setup.py<br>
described on the previous message.<br>
<br>
I didn&#39;t try other formats yet.<br>
<font color="#888888"><br>
<br>
--tm<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Fri, Nov 13, 2009 at 11:02 AM, Tiago Maluta &lt;<a href="mailto:tiago.maluta@gmail.com">tiago.maluta@gmail.com</a>&gt; wrote:<br>
&gt; I had an simple PyQt4 program that uses a resource file. After<br>
&gt; executable generation I can&#39;t see the resource file content. I tried<br>
&gt; many variations (i.e: &#39;data_contents&#39;) but anyone works<br>
&gt;<br>
&gt; Basically my script is:<br>
&gt;<br>
&gt; from distutils.core import setup<br>
&gt; import py2exe, sys, os<br>
&gt;<br>
&gt; sys.argv.append(&#39;py2exe&#39;)<br>
&gt; setup(<br>
&gt;                options = {&#39;py2exe&#39;: {&quot;includes&quot;:[&quot;sip&quot;],&quot;bundle_files&quot;: 1 }},<br>
&gt;                windows = [{&#39;script&#39;: &quot;window.py&quot;}],<br>
&gt;                zipfile = None,<br>
&gt;         )<br>
&gt;<br>
&gt; There are some workaround for this?<br>
&gt;<br>
&gt; --tm<br>
&gt;<br>
<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>
</div></div></blockquote></div><br>