Installing WebDAV server

python at bdurham.com python at bdurham.com
Fri Sep 2 09:11:13 EDT 2011


Hi Fokke,

Disclaimer: I have no experience with the Python WebDAV package you're
using.

But a thought:

> In the config file it says:
> "# main directory
> directory = \Webdav"

Perhaps you should qualify your directory path with a drive letter?

I would try this 2 ways:

directory = E:\Webdav

And if that doesn't work:

directory = E:/Webdav

My thinking about the 2nd example is that perhaps the \W is getting
interpreted as a control character vs. "backslash" "W".

Malcolm



More information about the Python-list mailing list