PIL + show() + Vista

Méta-MCI (MVP) enleverlesX.XmcX at XmclaveauX.com
Thu Nov 29 18:41:24 EST 2007


Hi!

This code: 
    import Image
    img = Image.open(r"D:\ParisNude.jpg")
    img.show()

Don't run on my Vista computer.

I have a solution:
    import Image,os
    img = Image.open(r"D:\FLundhNoNude.jpg")
    os.startfile(img.filename)

It's only in my case?  
It's censure?   ;-)  
PIL does not approve humour?
A solution soon? 

@-salutations

Michel Claveau






More information about the Python-list mailing list