[Zope-dev] CVS Head: "Error Value: iterable argument required" when
adding objects
Jeff Kowalczyk
jtk at yahoo.com
Sat Jan 17 16:58:31 EST 2004
Is anyone else seeing this with a fresh checkout of CVS head
(linux, py2.3.2, 2004-01-17 16:40 EST)? When adding any object from the
ZMI, I get the same error. Nothing shows up in Z2.log. I can only start
zope with runzope at the moment, no error message is indicated in that
console when adding.
Thanks.
-----------------------------
Site Error
An error was encountered while publishing this resource.
Error Type: TypeError
Error Value: iterable argument required
-----------------------------
(sidebar, the zopectl error is:
$ /var/zope/bin/zopectl start
Traceback (most recent call last):
File "/opt/Zope-2.8/lib/python/Zope/Startup/zopectl.py", line 207, in ?
main()
File "/opt/Zope-2.8/lib/python/Zope/Startup/zopectl.py", line 190, in main
c.onecmd(" ".join(options.args))
File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/opt/Zope-2.8/lib/python/Zope/Startup/zopectl.py", line 134, in do_start ZDCmd.do_start(self, arg)
File "/opt/Zope-2.8/lib/python/zdaemon/zdctl.py", line 205, in do_start
args += self._get_override("-m", "umask")
File "/opt/Zope-2.8/lib/python/Zope/Startup/zopectl.py", line 116, in _get_override
value = getattr(self.options, name)
AttributeError: ZopeCtlOptions instance has no attribute 'umask'
More information about the Zope-Dev
mailing list