On Sunday 23 April 2006 19:42, luis wrote:
> I'm having problems getting interface.directlyProvides to work...
>
> does anyone know why the following code doesn't work (file is created, but
> it doesnt provide the IMarker interface...)

The code looks good. Are you really sure IMarker is not provided? Maybe 
another piece of code calls directlyProvides(), which would override this 
call. You should pretty much always use alsoProvides, since it does not 
delete the existing directly provided interfaces.

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