I'm trying to install Plone 4.0.9 on a Debian Lenny box. I'm running the unified installer as root:
# cd /usr/src/Plone-4.0.9-UnifiedInstaller
# ./install.sh --target=/opt/Plone --instance=zinstance-elk14 standalone
The buildout fails:
/usr/src/Plone-4.0.9-UnifiedInstaller/install.log:
-------------
Traceback (most recent call last):
File "/opt/Plone/zinstance-elk14/bin/buildout", line 8, in <module>
import zc.buildout.buildout
File "/opt/Plone/buildout-cache/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 31, in <module>
import pkg_resources
ImportError: No module named pkg_resources
-------------
I found no way to fix that. Even after removing the whole buildout-cache, I've get (almost) the same error:
-------------
Traceback (most recent call last):
File "/opt/Plone/zinstance-elk14/bin/buildout", line 8, in <module>
import zc.buildout.buildout
File "/opt/Plone/buildout-cache/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", line 31, in <module>
import pkg_resources
ImportError: No module named pkg_resources
-------------
buildout.py, line 31: import pkg_resources
Any help is greatly appreciated!
Regards,
Philip
_______________________________________________
Setup mailing list
Se...@lists.plone.org
https://lists.plone.org/mailman/listinfo/plone-setup