I'm going over the pigment pyrender stuff with interest. The current "image.py" example doesn't run because the add_drawable() method is expecting an order argument it does not get.
I've found passing a 1 as the argument gets it working, but want to use the real enums defined for order. This is also my first exposure to python-gtk bindings, but I have plenty of Python experience. I've found there is a pgmrender.DrawingOrder object object, but it has no attributes? I'll submit a patch on this when it's rolling, although it will be quite trivial.
