Python PIL and Vista/Windows 7 .. show() not working ...

Esmail ebonak at gmail.com
Mon Nov 30 13:04:45 EST 2009


>
>   im = Image.open('c://mypic.jpg')

sorry, slip of the finger, there's only one forward slash
or you can use two backward slashes.

The problem isn't with opening it (I know it opens fine
since I can get its size attribute via im.size) - the show()
is the problem.

Esmail



More information about the Python-list mailing list