<pyt...@bdurham.com> wrote in message news:mailman.703.1314969082.27778.python-l...@python.org... > 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". >
I tried: directory=D:\Webdav directory=D:/Webdav To no avail. It didn't make any difference. I surely believe my WebDAV installation is at fault. And D: is the same partition as where Python is, D:\Python27 Fokke -- http://mail.python.org/mailman/listinfo/python-list