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
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to