>
> 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 -- http://mail.python.org/mailman/listinfo/python-list
