Re: Atribute error

2007-04-26 Thread gtb
Thanks for posting. CompactTest is a class provided by MaxQ and inheritance generally works as the files below worked OK. I was trying to re-arrange things as newLogin() should be just one of many functions called by Test1. The way the inheritance is setup below seems like the tail wagging the dog

Re: Atribute error

2007-04-26 Thread Bjoern Schliessmann
gtb wrote: > In file Test1.py below I get a attribute error on the line > "self.logon()". Seems like the class doesn't have this attribute. > It worked earlier when Test1 was derived from > class newLogon but that does not seem logical to me. What's the definition of CompactTest? Regards,

Atribute error

2007-04-26 Thread gtb
In file Test1.py below I get a attribute error on the line "self.logon()". It worked earlier when Test1 was derived from class newLogon but that does not seem logical to me. Any suggestions? Thanks, john #~~~ #File Test1.py # Generat