[Zope3-Users] Newbie question...

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 21 17:59:41 EST 2006


On Tuesday 21 March 2006 17:39, Thierry FLORAC wrote:
>     class IPhotoStorage:

Well, this needs to inherit Interface.

>     class PhotoStorage:

try to make this a new-style class:

class PhotoStorage(object)

Let me know what the outcome was.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list