hi all,

i've install the PIL with

sage -i pil-1.1.6

Seems to work. However when trying the following:

import Image
im= Image.open("foo.jpg")
im.convert("L")  #should convert to B&W i think

i get "decoder jpeg not available". It seems that the reason this
happens is explained here :

http://effbot.org/zone/pil-decoder-jpeg-not-available.htm

unfortunately, not having installed the PIL manually with a setup.py,
i don't know what to do.

Help anyone ? thanks !
Pierre
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to