#39 — ImportError: cannot import name IPloneTool

by Nate Aune last modified Dec 12, 2009 05:00 PM
State Rejected
Version:
Area Functionality
Issue type Bug
Severity Medium
Submitted by Nate Aune
Submitted on Oct 29, 2007
Responsible
Target release: 1.0
2007-10-29 08:43:26 ERROR Zope Could not import Products.ATBiblioList
Traceback (most recent call last):
  File "/Applications/Plone-2.5.4/lib/python/OFS/Application.py", line 708, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/ATBiblioList/__init__.py", line 27, in ?
    
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/ATBiblioList/content/__init__.py", line 1, in ?
    ##############################################################################
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/ATBiblioList/content/bibliolist.py", line 42, in ?
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/CMFBibliographyAT/__init__.py", line 20, in ?
    import socket
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/CMFBibliographyAT/content/__init__.py", line 1, in ?
    ##############################################################################
  File "/Users/nateaune/Documents/instances/plonetv.buildout/products/CMFBibliographyAT/content/folder.py", line 30, in ?
  File "/Applications/Plone-2.5.4/Instance/Products/CMFBibliographyAT/utils.py", line 51, in ?
    from Products.CMFPlone.interfaces import IPloneTool
ImportError: cannot import name IPloneTool
Traceback (most recent call last):
  File "/Applications/Plone-2.5.4/lib/python/Zope2/Startup/run.py", line 56, in ?
    run()
  File "/Applications/Plone-2.5.4/lib/python/Zope2/Startup/run.py", line 21, in run
    starter.prepare()
  File "/Applications/Plone-2.5.4/lib/python/Zope2/Startup/__init__.py", line 98, in prepare
    self.startZope()
  File "/Applications/Plone-2.5.4/lib/python/Zope2/Startup/__init__.py", line 257, in startZope
    Zope2.startup()
  File "/Applications/Plone-2.5.4/lib/python/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/Applications/Plone-2.5.4/lib/python/Zope2/App/startup.py", line 46, in startup
    OFS.Application.import_products()
  File "/Applications/Plone-2.5.4/lib/python/OFS/Application.py", line 685, in import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/Applications/Plone-2.5.4/lib/python/OFS/Application.py", line 723, in import_product
    raise sys.exc_info()
KeyError
Steps to reproduce:
install the CMFBibliography with friends trunk bundle and try to restart Zope on Plone 2.5.4.
Added by Andreas Jung on Dec 12, 2009 05:00 PM
Issue state: UnconfirmedRejected
Target release: None1.0
Obsolete and unlikely to be fixed if when can not reproduce this. Please re-test with 1.0.0a2+

No responses can be added.