On 6月20日, 下午11时04分, Carbonimax <[EMAIL PROTECTED]> 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.
I have the same problem with you. I find a way to fix it: 1. Copy Qt plugins to the directory: $YOUR_DIST_PATH/PyQt4/plugins; 2. Copy qt.conf to youar dist directory; 3. Edit qt.conf, change Prefix to $YOUR_DIST_PATH/PyQt4 Orit -- http://mail.python.org/mailman/listinfo/python-list