mutlifile inheritance problem

Marc maurelius01 at hotmail.com
Fri Mar 22 17:12:55 EST 2002


Jeff Shannon wrote:
> 
> Marc wrote:
> 
> >
> > So here is my basic question: should I be able to
> > inherit class from another file.
> 
> Yes, you can do this.  I do it all the time.  And the way that you're doing it is
> indeed correct -- just refer to the base class by its properly qualified name.
> 
> I have no idea why you're having a problem, but then, I missed your initial post.
> Are you getting an exception?  If so, you might try posting the stack trace...
> 
> Jeff Shannon
> Technician/Programmer
> Credit International

Thanks Jeff -
It's good to know that it can work.  It does seem
reasonable.  Do you use reload?  This seems to be
part of my problem, but I find it tough to
develope without it.  I've reposted a simplified
example, and hopefully with no typos this time.
Marc



More information about the Python-list mailing list