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

2008-07-03 Thread ssecorp
On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)" <[EMAIL PROTECTED]> wrote: > 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

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

2008-07-03 Thread ssecorp
On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)" <[EMAIL PROTECTED]> wrote: > 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 :) -- h

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

2008-07-03 Thread M�ta-MCI (MVP)
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 -- http://mail.python.org/mailman/listinfo/python-list

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

2008-07-03 Thread defn noob
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.exis