You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble building plumi from with a virtualenv and buildout.
Error log is pasted below. Could you please advise how to fix that?
Thanks in advance!
Generated script '/root/plumi.app/bin/plumisite'.
Installing auto-install-plumisite.
. . . . . . . . . . .
daemon manager not running
Traceback (most recent call last):
File "", line 1, in
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 51, in app
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 46, in startup
ImportError: No module named App.startup
While:
Installing auto-install-plumisite.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1995, in main
getattr(buildout, command)(args)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 666, in install
installed_files = self[part]._call(recipe.install)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1410, in _call
return f()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 48, in install
self.execute()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 61, in execute
run_commands(cmds, self.shell)
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 33, in run_commands
check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpQ0vOK6/run' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered:
Dear Contributors,
I'm having trouble building plumi from with a virtualenv and buildout.
Error log is pasted below. Could you please advise how to fix that?
Thanks in advance!
Generated script '/root/plumi.app/bin/plumisite'.
Installing auto-install-plumisite.
. . . . . . . . . . .
daemon manager not running
Traceback (most recent call last):
File "", line 1, in
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 51, in app
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 46, in startup
ImportError: No module named App.startup
While:
Installing auto-install-plumisite.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1995, in main
getattr(buildout, command)(args)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 666, in install
installed_files = self[part]._call(recipe.install)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1410, in _call
return f()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 48, in install
self.execute()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 61, in execute
run_commands(cmds, self.shell)
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 33, in run_commands
check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpQ0vOK6/run' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered: