That would be great.
Henning
> Can s/o point me to some tutorials or sites showing how to implement a
> plugin mechanism in Python?
Hmm, .. after some more googling tries (I've done some before of course)
it seems, that I had more luck :-).
Look here:
http://pytute.blogspot.com/2007/04/python-plugin-system.html
Quite simple. I had done it until the last step (some small things I've
done differently though, e.g. loading the plugin directly via imp module).
To ask the developer implementing a custom register() method would not be
that problem I guess ;-).
Thanks
Henning