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

2011-09-27 Thread Ruslan Mahmatkhanov
Charlie Clark wrote on 28.09.2011 01:41:
> Am 25.09.2011, 11:04 Uhr, schrieb 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.
>
> Hi Ruslan,
>
> I've just looked at this and it seems that we never released a 2.2 version
> of CMFUid so you're using a very old bit of code that is most probably not
> suited to your version of Zope. You should be okay with the 2.2.0-beta
> version.
>
> Charlie

Hi, Charlie.

Where can i get that 2.2.0-beta? I checked PyPi and they hold on 2.1.3:
http://pypi.python.org/pypi/Products.CMFUid

Maybe you can update it there to latest one? Thanks.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


[Zope-CMF] cmf-tests - OK: 4

2011-09-27 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2011-09-26 00:00:00 UTC and 2011-09-27 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


   CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
   CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
   CMF-trunk Zope-2.13 Python-2.6.6 : Linux
   CMF-trunk Zope-trunk Python-2.6.6 : Linux

Non-OK results
--

___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


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

2011-09-27 Thread Charlie Clark
Am 25.09.2011, 11:04 Uhr, schrieb 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.

Hi Ruslan,

I've just looked at this and it seems that we never released a 2.2 version  
of CMFUid so you're using a very old bit of code that is most probably not  
suited to your version of Zope. You should be okay with the 2.2.0-beta  
version.

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-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests