On 8/27/07, Carnell, James E <[EMAIL PROTECTED]> wrote: > Image.open("C:\test.jpg")
Try: Image.open(r"C:\test.jpg") See http://docs.python.org/ref/strings.html -- Cheers, Simon B. [EMAIL PROTECTED] http://www.brunningonline.net/simon/blog/ GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues -- http://mail.python.org/mailman/listinfo/python-list