Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python.': 0.04; 'unix/linux': 0.07; 'command.': 0.09; 'different,': 0.16; 'magic.': 0.16; 'subject:server': 0.16; '>>>': 0.18; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'command': 0.24; 'up.': 0.26; "i'm": 0.27; 'server': 0.29; 'installation': 0.30; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'follows:': 0.34; 'starting': 0.36; 'file': 0.36; 'skip:" 10': 0.36; 'but': 0.37; 'listening': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'under': 0.39; 'to:addr:python.org': 0.39; 'setup': 0.40; 'where': 0.40; 'serving': 0.68; 'attention:': 0.80 Date: Wed, 31 Aug 2011 15:36:44 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Installing WebDAV server References: <9c4trjFcfmU1@mid.individual.net> <6545843.yvFAXZvWTv@PointedEars.de> <9c528rFi5aU1@mid.individual.net> <4761603.ypaU67uLZW@PointedEars.de><9c6d4cFa54U1@mid.individual.net> <9c6o4eF5h7U1@mid.individual.net> In-Reply-To: <9c6o4eF5h7U1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314797809 news.xs4all.nl 2405 [2001:888:2000:d::a6]:59968 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12475 >> Where it says: >> >>> Installation and setup of server can be as easy as follows: >>> >>> $ easy_installPyWebDAV >>> $ davserver-D/tmp-n-J >>> Starting upPyWebDAV server(version0.9.2-dev) >>>>> ATTENTION: Authentication disabled! >>>>> Serving datafrom /tmp >>>>> Listening on localhost(8008) > Yes, but that's Unix/Linux again. > But I'm in Windows, without experience with Python. Not really... The "easy_install" command is the same on windows. Maybe the command prompt is different, but the command itself is the same. Same is true with the "davserver" command. If you can find a "davserver.exe" or "davserver.py" or "davserver.pyw" file under site-packages or tools/scripts, then that will be the program that you need to start up. No magic. L