py2exe, PyQT, QtWebKit and jpeg problem

Phil Thompson phil at riverbankcomputing.com
Fri Jun 20 11:24:45 EDT 2008


On Fri, 20 Jun 2008 08:04:57 -0700 (PDT), Carbonimax <carbonimax at gmail.com>
wrote:
> hello
> 
> I have a problem with py2exe and QtWebKit :
> I make a program with a QtWebKit view.
> If I launch the .py directly, all images (jpg, png) are displayed but
> if I compile it with py2exe I have only png images. No jpg !
> No error message, nothing.
> 
> Have you a solution ? Thank you.

At a guess, the JPEG support is implemented as a Qt plugin which you are
not including.

Phil




More information about the Python-list mailing list