[Image-SIG] import ICCProfile Error

Bharathwaaj Srinivasan bharathwaaj.s at gmail.com
Fri Nov 12 22:33:34 CET 2010


I'm trying to get the images-demo working for google appengine.

http://code.google.com/p/google-app-engine-samples/source/browse/trunk/images-demo

The full traceback can be found here:

http://pastebin.com/cBn6cA0V

Kind regards,
Bharath

On 13 November 2010 02:04, Fredrik Lundh <fredrik at pythonware.com> wrote:

> On Fri, Nov 12, 2010 at 7:30 PM, Bharathwaaj Srinivasan
> <bharathwaaj.s at gmail.com> wrote:
> > I keep getting error in import ICCProfile in PNGImagePlugin.py _save.
> >
> > What am I missing? Which package contains ICCProfile?
>
> Not sure why that code was left in there, but iirc it's an extension hook.
>
> > I've been searching but couldn't get a clue on why it is failing.
>
> Me neither, given that the import is protected by a try/except.
>
>   try:
>       import ICCProfile
>   except ImportError:
>       ...
>
> What exactly are you doing when you get this import error, and what
> does the full traceback look like?
>
> </F>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/image-sig/attachments/20101113/8313dade/attachment.html>


More information about the Image-SIG mailing list