[PyKDE] py2exe & qimage

Aljosa Mohorovic aljosa at revolucija.hr
Thu Jun 1 11:55:47 BST 2006


i'm trying to convert python script to exe but not all supported image
files are converted (jpeg and tiff). i tryed using all file formats in
script:
tmp1 = QImage('images/type.bmp')
tmp2 = QImage('images/type.gif')
tmp3 = QImage('images/type.jpg')
tmp4 = QImage('images/type.png')
tmp5 = QImage('images/type.tif')

but it doesn't work when i convert script to exe.
any tips on howto include jpeg and tiff image formats support in exe?

Aljosa




More information about the PyQt mailing list