Images not loading in QWebview in PyQt4 in py2exe

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-27T20:46:36Z Indexed on 2010/05/27 23:31 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

I have an application that displays some HTML in a QWebview, which references images on the local file system. This works fine directly running the python. When compiling via py2exe, the images no longer load. Google doesn't seem to know the answer, any ideas?

© Stack Overflow or respective owner

Related posts about python

Related posts about pyqt4