currently after a make clean; make inplace; make instance -d $INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with: $ bin/zopectl fg Traceback (most recent call last): File "/Users/mj/Development/SVN/Zope/lib/python/Zope2/Startup/zopectl.py", line 322, in ? main() File "/Users/mj/Development/SVN/Zope/lib/python/Zope2/Startup/zopectl.py", line 281, in main c = ZopeCmd(options) File "/Users/mj/Development/SVN/Zope/lib/python/zdaemon/zdctl.py", line 141, in __init__ for k, v in options.configroot.environment.mapping.items(): AttributeError: 'dict' object has no attribute 'mapping' -- Martijn Pieters
--On 17. März 2007 17:56:42 +0100 Martijn Pieters <mj@zopatista.com> wrote:
currently after a make clean; make inplace; make instance -d $INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with:
works for me. Andreas
On 3/17/07, Andreas Jung <lists@zopyx.com> wrote:
currently after a make clean; make inplace; make instance -d $INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with:
works for me.
Looks like make clean is not complete; after a fresh checkout and build, Zope now starts just fine. -- Martijn Pieters
participants (2)
-
Andreas Jung -
Martijn Pieters