Inheritance doesn't work
John Salerno
johnjsal at NOSPAMgmail.com
Mon Dec 4 11:53:45 EST 2006
More information about the Python-list mailing list
Mon Dec 4 11:53:45 EST 2006
- Previous message (by thread): Inheritance doesn't work
- Next message (by thread): Inheritance doesn't work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zefciu wrote: > class MandelbrotImage (Image): > pass > I am getting the following error: > File "mandelimage.py", line 3, in ? > class MandelImage (Image): How do you get that error with that code?
- Previous message (by thread): Inheritance doesn't work
- Next message (by thread): Inheritance doesn't work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list