[Zope-CMF] Fwd: [Zope-dev] Products.CMFUid runtime issue
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Sun Sep 25 04:04:30 EST 2011
Forwarding to correct list.
-------- Исходное сообщение --------
Тема: [Zope-dev] Products.CMFUid runtime issue
Дата: Fri, 23 Sep 2011 11:44:00 +0400
От: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Кому: zope-dev at zope.org
Good day.
When trying to access zope with Products.CMFUid installed, i got this
error:
"""
File
"/usr/local/lib/python2.7/site-packages/Products.CMFUid-2.1.3-py2.7.egg/Products/CMFUid/UniqueIdAnnotationTool.py",
line 118, in UniqueIdAnnotationTool
SimpleItem.__implements__,
AttributeError: type object 'SimpleItem' has no attribute '__implements__'
"""
I dunno if this correct solution, but i was able to avoid this with
changing calls to SimpleItem.__implements__ to
SimpleItem.__implemented__. And all seems working fine.
Patches are here:
https://github.com/mexicarne/zope/commit/1398afc68dd412d5dbe84f5fd5eadf0ae7a18c24
Please consider to commit.
--
Regards,
Ruslan
Tinderboxing kills... the drives.
More information about the Zope-CMF
mailing list