Installing WebDAV server
Fokke Nauta
fnautaNO at SPAMsolfon.nl
Fri Sep 2 15:24:02 EDT 2011
More information about the Python-list mailing list
Fri Sep 2 15:24:02 EDT 2011
- Previous message (by thread): Installing WebDAV server
- Next message (by thread): Installing WebDAV server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<python at bdurham.com> wrote in message news:mailman.703.1314969082.27778.python-list at 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
- Previous message (by thread): Installing WebDAV server
- Next message (by thread): Installing WebDAV server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list