Re: import ICCProfile Error

Fredrik Lundh <[email protected]>
Newsgroups gmane.comp.python.image
Message-ID <[email protected]>
On Fri, Nov 12, 2010 at 7:30 PM, Bharathwaaj Srinivasan
<[email protected]> 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>
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.