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?
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
