John Salerno wrote: > How do you get that error with that code?
$ python >>> import os >>> class foo(os): ... pass ... Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Error when calling the metaclass bases module.__init__() takes at most 2 arguments (3 given) </F> -- http://mail.python.org/mailman/listinfo/python-list