Created
November 4, 2015 21:09
-
-
Save henriquechehad/3c17e4a42bcb34274d62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/bitnami/apps/plone/zeocluster/bin/zeoserver", line 22, in <module> | |
import plone.recipe.zeoserver.ctl | |
File "/opt/bitnami/apps/plone/buildout-cache/eggs/plone.recipe.zeoserver-1.2.6-py2.7.egg/plone/recipe/zeoserver/__init__.py", line 9, in <module> | |
import zc.recipe.egg | |
ImportError: No module named recipe.egg | |
Traceback (most recent call last): | |
File "/opt/bitnami/apps/plone/zeocluster/bin/client1", line 269, in <module> | |
import plone.recipe.zope2instance.ctl | |
File "/opt/bitnami/apps/plone/buildout-cache/eggs/plone.recipe.zope2instance-4.2.14-py2.7.egg/plone/recipe/zope2instance/__init__.py", line 27, in <module> | |
from zc.recipe.egg.egg import Egg, Scripts | |
ImportError: No module named recipe.egg.egg | |
Traceback (most recent call last): | |
File "/opt/bitnami/apps/plone/zeocluster/bin/client2", line 269, in <module> | |
import plone.recipe.zope2instance.ctl | |
File "/opt/bitnami/apps/plone/buildout-cache/eggs/plone.recipe.zope2instance-4.2.14-py2.7.egg/plone/recipe/zope2instance/__init__.py", line 27, in <module> | |
from zc.recipe.egg.egg import Egg, Scripts | |
ImportError: No module named recipe.egg.egg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment