i solved the problem. it was a bug in utils.py. i had to replace the line self._data = im.tostring() with self._data = im.tobytes()
this method was not avilable any more in the pyhton installation, which was recommended. -- You received this message because you are subscribed to the Google Groups "mwlib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
