[PyQt] Application built with py2exe doesn't display jpg/gif images in QWebView

piotr maliński riklaunim at gmail.com
Tue Jan 13 22:29:01 GMT 2009


I have a mini-browser in my app, and runned from source on Windows it
works ok, but the binary made with Py2exe doesn't work ok - it doesn't
display JPG/GIF images. PNG work.

Adding this:

data_files=[(".",["qjpeg4.dll", "qgif4.dll", "qico4.dll"]

and copying the DLLs from PyQt4 doesn't help. Can this be fixed somehow?


More information about the PyQt mailing list