#232 — Install problem at Plone 4.0.7
by
Michael Krishtopa
—
last modified
Oct 14, 2011 01:42 PM
| State | Unconfirmed |
|---|---|
| Version: | 3.0 |
| Area | Process |
| Issue type | Bug |
| Severity | Low |
| Submitted by | Michael Krishtopa |
| Submitted on | Oct 14, 2011 |
| Responsible |
—
|
| Target release: |
—
|
In requires.txt I see:
Products.CMFPlone >= 4.1
So, Products.Ploneboard 3.0 won't work at Plone 4.0.7
bin/buildout:
The version, 4.0b1, is not consistent with the requirement, 'Products.CMFPlone>=4.1'.
While:
Installing client1.
Error: Bad version 4.0b1
Quick and dirty solution: in Products.Ploneboard-3.0-py2.6.egg/EGG-INFO/requires.txt
change
Products.CMFPlone >= 4.1
to
Products.CMFPlone
(it still doesn't work if I change to Products.CMFPlone >= 4.0, got Error: Bad version 4.0b1)
Products.CMFPlone >= 4.1
So, Products.Ploneboard 3.0 won't work at Plone 4.0.7
bin/buildout:
The version, 4.0b1, is not consistent with the requirement, 'Products.CMFPlone>=4.1'.
While:
Installing client1.
Error: Bad version 4.0b1
Quick and dirty solution: in Products.Ploneboard-3.0-py2.6.egg/EGG-INFO/requires.txt
change
Products.CMFPlone >= 4.1
to
Products.CMFPlone
(it still doesn't work if I change to Products.CMFPlone >= 4.0, got Error: Bad version 4.0b1)
Added by
Michael Krishtopa
on
Oct 14, 2011 01:42 PM
Got error when starting instance with previously changed required.txt, as I described above.2011-10-14 16:40:39 ERROR Application Could not import Products.Ploneboard
Traceback (most recent call last):
File "/home/theo/buildouts/plone4/buildout-cache/eggs/Zope2-2.12.18-py2.6-linux-i686.egg/OFS/Application.py", line 596, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/home/theo/buildouts/plone4/buildout-cache/eggs/Products.Ploneboard-3.0-py2.6.egg/Products/Ploneboard/__init__.py", line 3, in <module>
from Products.Ploneboard.PloneboardTool import PloneboardTool
File "/home/theo/buildouts/plone4/buildout-cache/eggs/Products.Ploneboard-3.0-py2.6.egg/Products/Ploneboard/PloneboardTool.py", line 2, in <module>
from AccessControl.class_init import InitializeClass
ImportError: No module named class_init
No responses can be added.
If you can, please log in before submitting a reaction.
