Currently this cannot work out-of-the-box yet at least under Python 3
for the reason explained in the other email. It could work with Python
2, but I couldn't test this so far.
Well, to add a remark myself: there is one python-3 idiom in there,
namely the new 'print' usage (function instead of statement). AFAIK this
should also work in Python 2.7, but probably not in earlier versions.
-sven