Exception problem with module

Joseph L. Casale jcasale at activenetwerx.com
Tue May 13 13:16:21 EDT 2014


> Best would be to print out what's in a_new_name to see if it really is
> what you think it is. If you think it is what you think it is, have a
> look at its __mro__ (method resolution order, it's an attribute of
> every class), to see what it's really inheriting. That should show you
> what's happening.

Lol,
In a sea of frustration with this, I cant believe I didn't do that. Problem
solved.

Thanks,
jlc


More information about the Python-list mailing list