Inheritance doesn't work

John Salerno johnjsal at NOSPAMgmail.com
Mon Dec 4 11:53:45 EST 2006


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?



More information about the Python-list mailing list