I am getting back to my pyexpat implementation and one of the things in pyexpat is that the errors member is a module with the errors and a way to convert an error number to a message. So, print pyexpat.errors should print out that it is a module to be compatible with CPython, I am just not sure how to achieve that since PythonModule's are generally static classes in C#. Should I just generate the module on the fly and fill in the __dict__?
Thanks, slide -- Website: http://earl-of-code.com _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users