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'>


-------------------------------------------------------------------------
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