Connecting Tech Pros Worldwide Forums | Help | Site Map

PIL(Py Image lib), show() not showing picture...

defn noob
Guest
 
Posts: n/a
#1: Jul 3 '08
from PIL import Image
import os

print os.path.exists('C:/Users/saftarn/Desktop/images/blob.jpg')

im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg')
im2.show()
first the command prompt pops up then the normal window to display
pictures but it doenst show a picture.

the prin os.path.exists returns true and opening the file by clicking
on it works. ive also tried gif-files with no success.

Méta-MCI \(MVP\)
Guest
 
Posts: n/a
#2: Jul 3 '08

re: PIL(Py Image lib), show() not showing picture...


Hi!

Which OS? On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation).

@-salutations

Michel Claveau

ssecorp
Guest
 
Posts: n/a
#3: Jul 3 '08

re: PIL(Py Image lib), show() not showing picture...


On Jul 3, 10:20*pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...@XmclaveauX.comwrote:
Quote:
Hi!
>
Which OS? * On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation)..
>
@-salutations
>
Michel Claveau

VISTA.

i will try google translate :)
ssecorp
Guest
 
Posts: n/a
#4: Jul 3 '08

re: PIL(Py Image lib), show() not showing picture...


On Jul 3, 10:20*pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...@XmclaveauX.comwrote:
Quote:
Hi!
>
Which OS? * On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation)..
>
@-salutations
>
Michel Claveau



thumbnail images and faxes? and how do i do that? i must do it in
windows or in the python library?
Closed Thread