Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12726

Re: Installing WebDAV server

Message-ID <109595831.VCN276Cjj6@PointedEars.de> (permalink)
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Organization PointedEars Software (PES)
Date 2011-09-04 00:58 +0200
Subject Re: Installing WebDAV server
Newsgroups comp.lang.python
References <9c4trjFcfmU1@mid.individual.net> <6545843.yvFAXZvWTv@PointedEars.de> <9c528rFi5aU1@mid.individual.net> <4761603.ypaU67uLZW@PointedEars.de> <9c6d4cFa54U1@mid.individual.net>
Followup-To comp.lang.python

Followups directed to: comp.lang.python

Show all headers | View raw


Fokke Nauta wrote:

> "Thomas 'PointedEars' Lahn" […]:
>> Fokke Nauta wrote:
>>> "Thomas 'PointedEars' Lahn" […] wrote:
>>>> The Python shell executes Python code.  The above obviously is not
>>>> Python
>>>> code, but *system* shell commands.  So let the *system* command shell
>>>> execute them (as indicated by the `$' prompt, which is customary for a
>>>> sh-based UNIX/Linux shell prompt).
>>> I know. I worked with SCO Unix and various sorts of Linux.
>>> But never with Python, so I hadn't got a clue about the prompt.
>> Come on, with that experience you see a `$' and those commands and don't
>> realize it is (ba)sh?
> 
> Ofcourse I realized it was Unix/Linux. I already could tell that as the
> packages I downloaded were tar.gz files.

For *Windows*?

> So I unpacked them and expected to run a Python installer script from the
> Python command line.

Again, given all that experience you claim to have, how come it did not 
occur to you that the `$' was meant to be a *command* *shell* prompt?  Other 
OSes have command shells, too, you know; they are just named and run 
differently.

> Tried to run the Python installer script from the DOS command line but
> that resulted in an error.

"There was an error" is no error report at all.
 
>>>> However, you appear to have found the *UNIX/Linux* README (and the
>>>> corresponding version?) of that server: the second command is usually
>>>> how you would run a program as daemon on Unices (run through an init
>>>> script), while on Windows NT (like XP) you would have a setup program
>>>> install a service for you (maybe to execute that command when the
>>>> service is started).  Look for the Windows version.
>>> There is no other Windows version except the packages I mentioned,
>>> PyWebDAV and PyXML. The only Windows thing I got was the Python
>>> interpreter itself.
>> Has it not occurred to you to STFW for "easy_install" first?
> 
> What do you mean by STFW?

Search The F****ing 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.
> But, once again, don't know how to proceed.

RTFM.

>>>>> 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?
>>>> RTFM.
>>> Which fucking manual?
>> That of the server, on Windows-related information.  Or that of
>> easy_install.  Or Python.  Whichever comes first.
> 
> It's my own server and I didn't write a manual for it.

No, the people providing it for you obviously did, but you do not seem to 
care to read it.

> In the manual of Easy_install it says how to install packaged etc and I
> did sucessfully.
> There is no furter information as how to proceed.

Either you are lying, or you are really forgetful, or you are simply not 
smart enough for this.  You yourself told me/us before what the next step 
is:

>>>>> How do I proceed next?
>>>> Look for the Windows version.  If there is none, get easy_install and
>>>> use
>>>> it as described.
> 
> I did and it worked. What's next?

Start the now-installed server, for goodness' sake!

Observing this, be reminded that playing stupid does not work with me:

<http://catb.org/~esr/faqs/smart-questions.html>

And please get rid of that attribution novel and trim your quotes to the 
relevant minimum.  I am asking you the last time here.  If you cannot find 
it within you to think about your readers when you post, you are not worth 
my attention or (free) time.

-- 
PointedEars

Bitte keine Kopien per E-Mail. / Please do not Cc: me.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-30 22:00 +0200
  Re: Installing WebDAV server Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-08-30 22:31 +0200
    Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-30 23:16 +0200
      Re: Installing WebDAV server Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-08-31 02:00 +0200
        Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-31 11:27 +0200
          Re: Installing WebDAV server Laszlo Nagy <gandalf@shopzeus.com> - 2011-08-31 13:48 +0200
            Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-31 14:35 +0200
              Re: Installing WebDAV server Laszlo Nagy <gandalf@shopzeus.com> - 2011-08-31 15:36 +0200
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-31 16:37 +0200
          Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-08-31 10:42 -0700
            Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-02 14:04 +0200
          Re: Installing WebDAV server Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-09-04 00:58 +0200
            Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-04 10:59 +0200
              Re: Installing WebDAV server Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-09-04 20:35 +0200
  Re: Installing WebDAV server Paul Kölle <paul@subsignal.org> - 2011-08-31 10:52 +0200
    Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-08-31 14:18 +0200
      Re: Installing WebDAV server Paul Kölle <paul@subsignal.org> - 2011-08-31 19:14 +0200
        Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-01 12:30 +0200
      Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-08-31 10:42 -0700
      Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-08-31 21:29 -0700
        Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-01 12:30 +0200
          Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-09-01 22:19 -0700
            Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-02 14:19 +0200
              Re: Installing WebDAV server becky_lewis <bex.lewis@gmail.com> - 2011-09-02 06:09 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-02 21:21 +0200
                Re: Installing WebDAV server becky_lewis <bex.lewis@gmail.com> - 2011-09-05 02:01 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-05 16:51 +0200
                Re: Installing WebDAV server becky_lewis <bex.lewis@gmail.com> - 2011-09-06 04:46 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-06 16:46 +0200
                Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-09-06 10:05 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-06 21:26 +0200
                Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-09-06 23:35 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-07 11:17 +0200
                Re: Installing WebDAV server becky_lewis <bex.lewis@gmail.com> - 2011-09-07 03:31 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-07 15:52 +0200
                Re: Installing WebDAV server Piet van Oostrum <piet@vanoostrum.org> - 2011-09-08 00:52 +0200
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-08 01:28 +0200
                Re: Installing WebDAV server Piet van Oostrum <piet@vanoostrum.org> - 2011-09-08 13:01 +0200
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMiae.nl> - 2011-09-08 15:57 +0200
              Re: Installing WebDAV server python@bdurham.com - 2011-09-02 09:11 -0400
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-02 21:24 +0200
              Re: Installing WebDAV server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-09-02 10:15 -0700
                Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMsolfon.nl> - 2011-09-02 21:12 +0200
  Re: Installing WebDAV server "Fokke Nauta" <fnautaNO@SPAMiae.nl> - 2011-09-08 16:10 +0200

csiph-web