Products.Ploneboard-2.1b1 and plone.indexer.decorator

2 messages Options
Embed this post
Permalink
Tessa Alexander-2

Products.Ploneboard-2.1b1 and plone.indexer.decorator

Reply Threaded More More options
Print post
Permalink
Dear all,

I just rebuilt my Plone 3.2.1 (Zope 2.10.9-final, python 2.4.6, linux2)
site using buildout.  I had not pinned my Products.Ploneboard egg so it
picked up the most recent egg, which seems to have been released today.

Upon restarting my Zope server I got this error:

ImportError: No module named indexer.decorator

Is this maybe a dependency that was not specified?

I have pinned my egg to the previous version for now, which makes the
server start up again.

Traceback:

2009-10-19 15:13:51 ERROR Application Could not import Products.Ploneboard
Traceback (most recent call last):
   File "/usr/local/packages/zope-2.10.9/lib/python/OFS/Application.py",
line 709, in import_product
     product=__import__(pname, global_dict, global_dict, silly)
   File
"/usr/local/packages/plone3/cache-3.2/eggs/Products.Ploneboard-2.1b1-py2.4.egg/Products/Ploneboard/__init__.py",

line 12, in ?
     import Products.Ploneboard.catalog
   File
"/usr/local/packages/plone3/cache-3.2/eggs/Products.Ploneboard-2.1b1-py2.4.egg/Products/Ploneboard/catalog.py",

line 3, in ?
     from plone.indexer.decorator import indexer
ImportError: No module named indexer.decorator
Traceback (most recent call last):
   File "/usr/local/packages/zope-2.10/lib/python/Zope2/Startup/run.py",
line 56, in ?
     run()
   File "/usr/local/packages/zope-2.10/lib/python/Zope2/Startup/run.py",
line 21, in run
     starter.prepare()
   File
"/usr/local/packages/zope-2.10.9/lib/python/Zope2/Startup/__init__.py",
line 102, in prepare
     self.startZope()
   File
"/usr/local/packages/zope-2.10.9/lib/python/Zope2/Startup/__init__.py",
line 278, in startZope
     Zope2.startup()
   File "/usr/local/packages/zope-2.10.9/lib/python/Zope2/__init__.py",
line 47, in startup
     _startup()
   File
"/usr/local/packages/zope-2.10.9/lib/python/Zope2/App/startup.py", line
45, in startup
     OFS.Application.import_products()
   File "/usr/local/packages/zope-2.10.9/lib/python/OFS/Application.py",
line 686, in import_products
     import_product(product_dir, product_name, raise_exc=debug_mode)
   File "/usr/local/packages/zope-2.10.9/lib/python/OFS/Application.py",
line 709, in import_product
     product=__import__(pname, global_dict, global_dict, silly)
   File
"/usr/local/packages/plone3/cache-3.2/eggs/Products.Ploneboard-2.1b1-py2.4.egg/Products/Ploneboard/__init__.py",

line 12, in ?
     import Products.Ploneboard.catalog
   File
"/usr/local/packages/plone3/cache-3.2/eggs/Products.Ploneboard-2.1b1-py2.4.egg/Products/Ploneboard/catalog.py",

line 3, in ?
     from plone.indexer.decorator import indexer
ImportError: No module named indexer.decorator

Best regards,


--
Tessa Alexander

Web Developer
Internet Development Group
Institute for Learning and Research Technology

http://www.ilrt.bris.ac.uk/id/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Plone-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-developers
Wichert Akkerman

Re: Products.Ploneboard-2.1b1 and plone.indexer.decorator

Reply Threaded More More options
Print post
Permalink
On 10/19/09 16:42 , Tessa Alexander wrote:

> Dear all,
>
> I just rebuilt my Plone 3.2.1 (Zope 2.10.9-final, python 2.4.6, linux2)
> site using buildout.  I had not pinned my Products.Ploneboard egg so it
> picked up the most recent egg, which seems to have been released today.
>
> Upon restarting my Zope server I got this error:
>
> ImportError: No module named indexer.decorator
>
> Is this maybe a dependency that was not specified?

Seems so: it requires Plone 3.3 or later judging by the error.

Wichert.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Plone-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-developers