#84 — Missing dependency on Products.ArchAddOn egg
by
Encolpe Degoute
—
last modified
Feb 24, 2009 09:12 AM
| State | Unconfirmed |
|---|---|
| Version: | 1.5 |
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | Encolpe Degoute |
| Submitted on | Feb 24, 2009 |
| Responsible |
—
|
| Target release: |
—
|
When you install the 1.5 egg of PloneSoftwareCenter a fresh buildout you got an errror on the first restart:
2009-02-24 10:03:06 ERROR Application Could not import Products.PloneSoftwareCenter
Traceback (most recent call last):
File "/home/encolpe/zopes/ve-p31-eurocontrol/management/parts/zope2/lib/python/OFS/Application.py", line 709, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/home/encolpe/.buildout/eggs/Products.PloneSoftwareCenter-1.5-py2.4.egg/Products/PloneSoftwareCenter/__init__.py", line 15, in ?
from Products.PloneSoftwareCenter.content import validators
File "/home/encolpe/.buildout/eggs/Products.PloneSoftwareCenter-1.5-py2.4.egg/Products/PloneSoftwareCenter/content/__init__.py", line 7, in ?
import root
File "/home/encolpe/.buildout/eggs/Products.PloneSoftwareCenter-1.5-py2.4.egg/Products/PloneSoftwareCenter/content/root.py", line 22, in ?
from Products.ArchAddOn.Fields import SimpleDataGridField
ImportError: No module named ArchAddOn.Fields
It is fixed if you add the Products.ArchAddOn eg in your buildout. It should be add in requirement in the setup.py of Products.PloneSoftwareCenter.
No responses can be added.
If you can, please log in before submitting a reaction.
