[Zope3-dev] Re: Does WebDAV work on X3 Beta1?

Joachim Werner zope at iuveno-net.de
Wed Jun 30 05:55:39 EDT 2004


Hi!

Philipp von Weitershausen wrote:

>> Can anybody please help me with this one? WebDAV is something I really 
>> need with Zope X3 ...

> It's nice that you show a lot of interest in Zope X3. As a Python and 
> Zope developer you certainly know that

> a) you can file collector issues (to the Zope3-dev collector)

True. But in Zope 2 times one usually asked on the list first. This 
might be a bug or just a configuration issue. So why should I file a 
collector issue first?

> b) an error is worth very little without a traceback

Sorry. Here it is:

2004-06-30T11:43:57 ERROR SiteError http://gozinto:8080
Traceback (most recent call last):
   File "/opt/ZopeX3/lib64/python/zope/publisher/publish.py", line 138, 
in publish
     result = publication.callObject(request, object)
   File "/opt/ZopeX3/lib64/python/zope/app/publication/http.py", line 
41, in callObject
     return mapply(ob, request.getPositionalArguments(), request)
   File "/opt/ZopeX3/lib64/python/zope/publisher/publish.py", line 113, 
in mapply
     return debug_call(object, args)
   File "/opt/ZopeX3/lib64/python/zope/publisher/publish.py", line 119, 
in debug_call
     return object(*args)
   File "/opt/ZopeX3/lib64/python/zope/app/dav/propfind.py", line 127, 
in PROPFIND
     names=avail.get(ns))
   File "/opt/ZopeX3/lib64/python/zope/app/form/utility.py", line 141, 
in setUpWidgets
     for (name, field) in _fieldlist(names, schema):
   File "/opt/ZopeX3/lib64/python/zope/app/form/utility.py", line 53, in 
_fieldlist
     fields = [ (name, schema[name]) for name in names ]
   File "/opt/ZopeX3/lib64/python/zope/interface/interface.py", line 
499, in getDescriptionFor
     raise KeyError, name
KeyError: u'executable'
10.10.1.74 - zope.anybody [30/Jun/2004:11:43:57 +0200] "PROPFIND / 
HTTP/1.1" 500 296 "" "Mozilla/5.0 (compatible; Konqueror/3.2; Linux) 
(KHTML, like Gecko)"

> c) with a traceback, any developer with a bit of Python experience 
> (which you certainly have) can track down the problem to a bit more 
> specific issue, thus laying the ground work for those who go in and fix; 
> and who knows, you might even end up fixing it yourself...

Well, this is not Zope 2. And in Zope X3 I don't have a clue how to 
track down something like this (yet). I'll try anyway.

> If zope.app.dav is in the beta, it should work.

Yes, it's there. And it's also configured in etc/package-includes ...

Well, at least I know now that WebDAV is supposed to work on the HTTP 
port ...

Cheers

Joe



More information about the Zope3-dev mailing list