> I'd like to be able to create a class method dynamically. This recipe from the python cookbook might help: Dynamically added methods to a class http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81732 --karl