Hi, I'm writing an application which needs to load JPEG images. Basically, I point a url at an image and read its contents. Then create an image out of this and draw it on a widget. This works fine for GIFs but not JPEGs under Windows, yet runs fine on Linux. Whats the problem? Why doesn't PyQT support JPEGs under Windows? Regards, Steve