|
From: defn noob on 3 Jul 2008 05:28 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 3 Jul 2008 16:20 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 3 Jul 2008 16:39 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 3 Jul 2008 16:40 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?
|
Pages: 1 Prev: Creating an .exe with Tkinter involved Next: multithreading in python ??? |