Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.00; 'something,': 0.07; 'python': 0.08; 'subject:server': 0.16; 'downloaded': 0.21; 'header:In-Reply-To:1': 0.22; 'url:code': 0.23; 'suspect': 0.24; 'guess': 0.26; 'windows': 0.26; 'up.': 0.26; "wasn't": 0.28; 'server': 0.29; 'do.': 0.30; 'ran': 0.30; 'installation': 0.30; 'version': 0.32; 'installed': 0.32; 'to:addr:python-list': 0.33; 'named': 0.33; 'header:User-Agent:1': 0.34; 'but,': 0.34; 'follows:': 0.34; 'google': 0.36; 'starting': 0.36; 'skip:" 10': 0.36; 'run': 0.37; 'but': 0.37; 'page': 0.37; 'something': 0.37; 'listening': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'under': 0.39; 'finished': 0.39; 'to:addr:python.org': 0.39; 'hit': 0.40; 'setup': 0.40; "it's": 0.40; 'where': 0.40; 'your': 0.61; 'url:p': 0.62; 'serving': 0.68; 'attention:': 0.80; 'easy_install': 0.84; 'something.': 0.84 Date: Wed, 31 Aug 2011 13:48:42 +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> In-Reply-To: <9c6d4cFa54U1@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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314791334 news.xs4all.nl 2551 [2001:888:2000:d::a6]:33392 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12465 > What do you mean by STFW? Search The Fucking Web ? > I wasn't aware that easy_install was a utility. Downloaded and installed the > Windows version and run easy_install pywebdav. > It downloaded something, installed something and finished something. Then it's installed! > But, once again, don't know how to proceed. Is that so hard? I have never used pywebdav but the first page I hit through Google search is: http://code.google.com/p/pywebdav/ 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) So you successfully ran easy_install. Then I guess you will have to look for a program named "davserver" and start it up. I suspect that searching for "davserver.*" under your site-packages dir or Python installation dir will do. L