Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Fokke Nauta" Newsgroups: comp.lang.python Subject: Re: Installing WebDAV server Date: Thu, 8 Sep 2011 16:10:37 +0200 Lines: 47 Message-ID: <9cs0mvFoaU1@mid.individual.net> References: <9c4trjFcfmU1@mid.individual.net> X-Trace: individual.net bQVw2LrKxgxpcI28cQW9tQx/Q4gHHjrZ7sBIQo9jCYKlFCCyRK Cancel-Lock: sha1:4slWTZ0Ec0JL3C1MdhhEGkgbv3U= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12961 "Fokke Nauta" wrote in message news:9c4trjFcfmU1@mid.individual.net... > Hi all, > > I am completely new to Python, but I'm confronted with a problem I can't > solve. > This is my question: > > I'm running a PC with XP Pro32, which acts as a file server/print > server/FTP server and web server. The web server is facilitated by the > Aprelium Abyss X2 server, and has Perl and PHP support on http and https. > It all works fine. > To do some research with some calender systems and to share the Outlook > calendar I need a WebDAV server. After googling I found the Python WebDAV > server. > I installed Python 3.2.1 and extracted the packages PyWebDAV and PyXML. > Now I have a working Python app and 2 directories called PyWebDAV-0.9.4.1 > and PyXML-0.8.4. In the PyWebDAV README it says: > > Installation and setup of server can be as easy as follows: > > $ easy_install PyWebDAV > $ davserver -D /tmp -n -J > > But of course it doesn't work like that. When I start up Python GUI I see > the ">>>" prompt instead of the "$" prompt. But where do I place the two > directories? And there is no easy_install script in the PyXML-0.8.4 > directory, only a setup.py and ez_setup.py script. I guess the latter is > the one to use. But how? > > How do I proceed next? > > Any help will be appreciated. > Thanks in advance. > > With regards, > Fokke Nauta > I have my webdav server up and running. Many thanks for all who contributed to solving this problem. With regards, Fokke Nauta