No, there aren't.
python-hippocanvas is actually a binding for hippo-canvas + GTK and
binds GTK-specifics like hippo.CanvasWindow and hippo.CanvasWidget.
It would be possible to use hippo-canvas + GTK+ on Windows, but that's
not how Mugshot for windows works.
Mugshot for windows uses hippo-canvas in conjuction with our own
extremely simple widget system built on top of the native windows calls.
Plus we statically link hippo-canvas in with application code rather
than building a separate DLL. And we don't use python there.
So, inclusion:
- Building binaries of hippo-canvas + gtk and the python binaries
should be possible for Windows and for OS X.
- I don't think anybody has done it.
- Owen