On Nov 7, 1:08 am, cyberira...@gmail.com wrote: > Just got answer, I didn't call a class it's self. Correct code is: > class derivedClass(baseClassMod.baseClass): > def ......
Incidentally, this is why it's recommended to give modules lowercase names - baseclass - and classes camelcased ones - BaseClass. It makes it more obvious to what you're holding a reference. -- http://mail.python.org/mailman/listinfo/python-list