From: defn noob on
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.
From: M�ta-MCI (MVP) on
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

From: ssecorp on
On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...(a)XmclaveauX.com> 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 :)
From: ssecorp on
On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...(a)XmclaveauX.com> 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 do that? i must do it in
windows or in the python library?