在Plone 4.1/Zope 2.13系统上分析Plone/Zope应用程序的当前最佳实践是什么?CallProfiler都在安装时失败,原因如下: File "/home/derek/plone4/buildout-cache/eggs/Zope2AttributeError: 'NoneType' object has no attribute
我正在尝试在我的Django应用程序中实现zope.interface.Interface,并尝试实现Java语言中的接口所做的事情,但是如果实现者类没有提供接口中所有方法的定义,它就不会抛出任何错误。import zope.interface
x = zope.interface.Attribute("foo") pass
de