Re: [Zope-dev] Products.CMFUid runtime issue

2011-09-25 Thread Ruslan Mahmatkhanov
Charlie Clark wrote on 23.09.2011 22:18:
 Am 23.09.2011, 09:44 Uhr, schrieb Ruslan Mahmatkhanovcvs-...@yandex.ru:

 Patches are here:
 https://github.com/mexicarne/zope/commit/1398afc68dd412d5dbe84f5fd5eadf0ae7a18c24
 Please consider to commit.

 I think CMFUid is still part of the CMF so this should really be directed
 to that list. Going by the current tests we're not yet up to Python 2.7 so
 it could be an incompatibility with that.

 Charlie

Ok, done. Thanks for pointing out.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Products.CMFUid runtime issue

2011-09-23 Thread Ruslan Mahmatkhanov
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.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Products.CMFUid runtime issue

2011-09-23 Thread Charlie Clark
Am 23.09.2011, 09:44 Uhr, schrieb Ruslan Mahmatkhanov cvs-...@yandex.ru:

 Patches are here:
 https://github.com/mexicarne/zope/commit/1398afc68dd412d5dbe84f5fd5eadf0ae7a18c24
 Please consider to commit.

I think CMFUid is still part of the CMF so this should really be directed  
to that list. Going by the current tests we're not yet up to Python 2.7 so  
it could be an incompatibility with that.

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )