Comment
Above in this comment thread:
Zope 2.9.6 released »
Comment
does not install with Python 2.4.4
Posted by: hvelarde at 2007-02-19and 2.4.4 is 2.4.3+; reported as a bug in http://www.zope.org/Collectors/Zope/2281
Comment
python-2.4.4 vs zope-2.9.6: no attribute 'Surrogate'
Posted by: wien1900 at 2007-02-20Last night I updated python on my system from 2.4.3 to 2.4.4 and it broke my zope-2.9.4 running plone. I figured it was something I did so upgraded to zope-2.9.6, creaded a zope instance, ran it, and it bombed with the same error:
File "/usr/local/Zope/Zope-2.9.6/lib/python/zope/app/component/site.py", line 35, in ?
from zope.app.component import adapter
File "/usr/local/Zope/Zope-2.9.6/lib/python/zope/app/component/adapter.py", line 28, in ?
class LocalSurrogate(zope.interface.adapter.Surrogate):
AttributeError: module
object has no attribute Surrogate