Tom Gross wrote:
you are trying to lookup the utility with the name None. If you don't specify a name when registering the utility,omit the second parameter: zapi.getUtility(IInitIndicator)
In other words, the name of an unnamed utility isn't None, but the empty string.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
