List Info

Thread: adding CMFEditions to Plone 2.5.2




adding CMFEditions to Plone 2.5.2
country flaguser name
Canada
2007-10-18 13:51:58
Hi,
I'm running Plone 2.5.2, and I want to install CMFEditions. 
I'm using a Mac 
running OS 10.4.10.

I did this:
* downloaded the tarball for CMFEditions "for all
platforms".
* untarred and put into
/Applications/Plone-2.5.2/Instance/Products (where the 
doc says products should go).
* restarted the zope server.
* went to the Plone site setup.

But: CMFEditions isn't listed.  Everything I've read tells
me it should be.

Please help me sort this out.

Cheers.
Fil Salustri
-- 
Prof. Filippo A. Salustri, Ph.D., P.Eng.
Department of Mechanical and Industrial Engineering
Ryerson University                         Tel: 416/979-5000
x7749
350 Victoria St.                           Fax:
416/979-5265
Toronto, ON                                email:
salustriryerson.ca
M5B 2K3  Canada                            http://deseng.ryerson.
ca/~fil/

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

Re: adding CMFEditions to Plone 2.5.2
user name
2007-10-18 19:54:52
You should check if the product was successfully loaded. You
can check
this in event.log
There will be error message if your instance fails to load
the product.

Hope this help


On 10/19/07, Filippo A. Salustri <salustriryerson.ca> wrote:
> Hi,
> I'm running Plone 2.5.2, and I want to install
CMFEditions.  I'm using a Mac
> running OS 10.4.10.
>
> I did this:
> * downloaded the tarball for CMFEditions "for all
platforms".
> * untarred and put into
/Applications/Plone-2.5.2/Instance/Products (where
> the
> doc says products should go).
> * restarted the zope server.
> * went to the Plone site setup.
>
> But: CMFEditions isn't listed.  Everything I've read
tells me it should be.
>
> Please help me sort this out.
>
> Cheers.
> Fil Salustri
> --
> Prof. Filippo A. Salustri, Ph.D., P.Eng.
> Department of Mechanical and Industrial Engineering
> Ryerson University                         Tel:
416/979-5000 x7749
> 350 Victoria St.                           Fax:
416/979-5265
> Toronto, ON                                email:
salustriryerson.ca
> M5B 2K3  Canada                            http://deseng.ryerson.
ca/~fil/
>
> _______________________________________________
> Setup mailing list
> Setuplists.plone.org
> http://
lists.plone.org/mailman/listinfo/setup
>

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

Re: adding CMFEditions to Plone 2.5.2
country flaguser name
Canada
2007-10-19 09:58:47
More info on this problem.  CMFEditions is *not* being
loaded, but I 
don't understand the diagnostics.  What can I do to correct
this?

Cheers.
Fil Salustri

Here are the diagnostics from event.log:

> ------
> 2007-10-19T10:39:33 ERROR Zope Could not import
Products.CMFEditions
> Traceback (most recent call last):
>   File
"/Applications/Plone-2.5.2/lib/python/OFS/Application.p
y", line 708, in i
> mport_product
>     product=__import__(pname, global_dict, global_dict,
silly)
>   File
"/Applications/Plone-2.5.2/Instance/Products/CMFEdition
s/__init__.py", li
> ne 33, in ?
>     from Products.CMFEditions import
UniqueIdHandlerTool
>   File
"/Applications/Plone-2.5.2/Instance/Products/CMFEdition
s/UniqueIdHandlerT
> ool.py", line 44, in ?
>     class UniqueIdHandlerTool(UniqueObject,
SimpleItem):
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/ad
vice.py", line 132
> , in advise
>     return callback(newClass)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 498, in _implements_advice
>     classImplements(cls, *interfaces)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 475, in classImplements
>     spec.declared += tuple(_normalizeargs(interfaces))
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 1363, in _normalizeargs
>     _normalizeargs(v, output)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 1362, in _normalizeargs
>     for v in sequence:
> TypeError: Error when calling the metaclass bases
>     iteration over non-sequence
> ------
> 2007-10-19T10:39:35 INFO PlacelessTranslationService
Applying patch 
> *** Patching ZPublisher.Publish with the get_request
patch! ***
> ------
> 2007-10-19T10:39:38 ERROR Zope Couldn't install
CMFEditions
> Traceback (most recent call last):
>   File
"/Applications/Plone-2.5.2/lib/python/OFS/Application.p
y", line 755, in i
> nstall_product
>     global_dict, global_dict, silly)
>   File
"/Applications/Plone-2.5.2/Instance/Products/CMFEdition
s/__init__.py", li
> ne 33, in ?
>     from Products.CMFEditions import
UniqueIdHandlerTool
>   File
"/Applications/Plone-2.5.2/Instance/Products/CMFEdition
s/UniqueIdHandlerT
> ool.py", line 44, in ?
>     class UniqueIdHandlerTool(UniqueObject,
SimpleItem):
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/ad
vice.py", line 132
> , in advise
>     return callback(newClass)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 498, in _implements_advice
>     classImplements(cls, *interfaces)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 475, in classImplements
>     spec.declared += tuple(_normalizeargs(interfaces))
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 1363, in _normalizeargs
>     _normalizeargs(v, output)
>   File
"/Applications/Plone-2.5.2/lib/python/zope/interface/de
clarations.py", li
> ne 1362, in _normalizeargs
>     for v in sequence:
> TypeError: Error when calling the metaclass bases
>     iteration over non-sequence
> ------
> 2007-10-19T10:39:38 INFO Plone Dependency  
> Elementtree not found. Plone needs Elementtree for XML
transformation. Please do
> wnload it from http://effbo
t.org/downloads/#elementtree











Yoel Susanto wrote:
> You should check if the product was successfully
loaded. You can check
> this in event.log
> There will be error message if your instance fails to
load the product.
> 
> Hope this help
> 
> 
> On 10/19/07, Filippo A. Salustri <salustriryerson.ca> wrote:
>> Hi,
>> I'm running Plone 2.5.2, and I want to install
CMFEditions.  I'm using a Mac
>> running OS 10.4.10.
>>
>> I did this:
>> * downloaded the tarball for CMFEditions "for
all platforms".
>> * untarred and put into
/Applications/Plone-2.5.2/Instance/Products (where
>> the
>> doc says products should go).
>> * restarted the zope server.
>> * went to the Plone site setup.
>>
>> But: CMFEditions isn't listed.  Everything I've
read tells me it should be.
>>
>> Please help me sort this out.
>>
>> Cheers.
>> Fil Salustri
>> --
>> Prof. Filippo A. Salustri, Ph.D., P.Eng.
>> Department of Mechanical and Industrial
Engineering
>> Ryerson University                         Tel:
416/979-5000 x7749
>> 350 Victoria St.                           Fax:
416/979-5265
>> Toronto, ON                                email:
salustriryerson.ca
>> M5B 2K3  Canada                            http://deseng.ryerson.
ca/~fil/
>>
>> _______________________________________________
>> Setup mailing list
>> Setuplists.plone.org
>> http://
lists.plone.org/mailman/listinfo/setup
>>

-- 
Filippo A. Salustri, Ph.D., P.Eng.
Department of Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON, M5B 2K3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salustriryerson.ca
http://deseng.ryerson.
ca/~fil/

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )