Works, many Thanks :)<br><br>
<div class="gmail_quote">W dniu 13 stycznia 2009 23:44 użytkownik Sergio Jovani <span dir="ltr">&lt;<a href="mailto:lesergi@gmail.com">lesergi@gmail.com</a>&gt;</span> napisał:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I had this problem. I solved it copying<br>C:\Python26\Lib\site-packages\PyQt4\plugins\imageformats\qjpeg4.dll to<br>
dist\imageformats\.<br><br>I my build script I have:<br><br>build.bat<br>==========<br>C:\python26\python.exe <a href="http://setup.win32.py/" target="_blank">setup.win32.py</a> py2exe --includes sip<br>...<br>mkdir dist\imageformats<br>
copy C:\Python26\Lib\site-packages\PyQt4\plugins\imageformats\qjpeg4.dll<br>dist\imageformats\*<br><br><br><br>2009/1/13 piotr maliński &lt;<a href="mailto:riklaunim@gmail.com">riklaunim@gmail.com</a>&gt;:<br>
<div>
<div></div>
<div class="Wj3C7c">&gt; I have a mini-browser in my app, and runned from source on Windows it<br>&gt; works ok, but the binary made with Py2exe doesn&#39;t work ok - it doesn&#39;t<br>&gt; display JPG/GIF images. PNG work.<br>
&gt;<br>&gt; Adding this:<br>&gt;<br>&gt; data_files=[(&quot;.&quot;,[&quot;qjpeg4.dll&quot;, &quot;qgif4.dll&quot;, &quot;qico4.dll&quot;]<br>&gt;<br>&gt; and copying the DLLs from PyQt4 doesn&#39;t help. Can this be fixed somehow?<br>
</div></div>&gt; _______________________________________________<br>&gt; PyQt mailing list &nbsp; &nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>&gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
&gt;<br></blockquote></div><br>