Personal tools
You are here: Home Forums Plone Comments qPloneComments and 3.1 rc1 install error
Document Actions

qPloneComments and 3.1 rc1 install error

Up to Plone Comments

qPloneComments and 3.1 rc1 install error

Posted by Erik Myllymaki at April 14. 2008

The Extensions/Install.py file is preventing install.


I added another clause as a workaround and it seems to work just fine:


 


root@epoz:/opt/intranet# diff parts/svn-products/qPloneComments/Extensions/Install.py  parts/svn-products/qPloneComments/Extensions/Install.py.orig
51c51
<     elif plone_version.startswith('2.5') or plone_version.startswith('3.0') or plone_version.startswith('3.1'):
---
>     elif plone_version.startswith('2.5') or plone_version.startswith('3.0'):



Re: qPloneComments and 3.1 rc1 install error

Posted by Kai Harris at April 20. 2008

Thanks for posting your solution Erik!


Hope this gets fixed in the next release.


Powered by Ploneboard