[Zope3-Users] directlyProvides and formlib

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jun 1 16:14:07 EDT 2006


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


More information about the Zope3-users mailing list