[Zope] ImageFile in python class

marc lindahl marc@bowery.com
Tue, 29 May 2001 13:31:01 -0400


> 
> class MyClass(self):
> 
> this means that you inherit from self ?!
>

Yikes!

I *highly* recommend reading "the Quick Python book" by Harms and McDonald
-- it'll get you going on python programming, quick!