[PIPython] PIL.. errore

MArco marco.amato1
Ven 19 Nov 2004 15:16:47 CET




 >>> import Image
 >>> im = Image.open("/home/marco/logo04.ppm")
 >>> print im.format,im.size,im.mode
PPM (500, 364) RGB
 >>> im.show()
 >>> im = Image.open("/home/marco/logo04.ppm")
 >>> im.show()

leggo da una finestra che appare (di mozilla)

the file /tmp/tmph9dlE3.jpg cannot be found.please check the location 
and try again.

ho provato varie volte, per quello si legge due volte im.show()

Cosa potrebbe essere?

Sono su Debian Sid

grazie !

Marco



More information about the Python mailing list