Duncan Webb wrote:
> In kaa/imlib2/image.py:
>             self._image = image_or_filename
>         else:
>             raise ValueError, "Unsupported image type %s" % \
>           type(image_or_filename)
> 
>         self.font = None
> 
> Is this correct type(image_or_filename)?
> It prints:
> ValueError: Unsupported image type <type 'cStringIO.StringI'>

Ignore this, the problem is in the call:
src/audio/plugins/coversearch.py:
image = Image.open(cStringIO.StringIO(n.read()))

Should be asking is there an imlib equivalent?

Duncan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to