Re: Installing WebDAV server

2011-09-08 Thread Fokke Nauta
"Fokke Nauta" wrote in message news:9c4trjfcf...@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.

Re: Installing WebDAV server

2011-09-08 Thread Fokke Nauta
"Piet van Oostrum" wrote in message news:m2mxefb8nd@cochabamba.vanoostrum.org... > "Fokke Nauta" writes: > >> "Piet van Oostrum" wrote in message >> news:m2zkigartn@cochabamba.vanoostrum.org... >>> "Fokke Nauta" writes: >>> >>> INFO:DAVServer.fshandler:get_data: d:\webdav not foun

Re: Installing WebDAV server

2011-09-08 Thread Piet van Oostrum
"Fokke Nauta" writes: > "Piet van Oostrum" wrote in message > news:m2zkigartn@cochabamba.vanoostrum.org... >> "Fokke Nauta" writes: >> >> >>> INFO:DAVServer.fshandler:get_data: d:\webdav not found >>> XXX --- [07/Sep/2011 11:57:48] - Mozilla/5.0 UJindows NT 5.1; rv:6.0.1> >>> Gecko/ >>> 20

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
"Piet van Oostrum" wrote in message news:m2zkigartn@cochabamba.vanoostrum.org... > "Fokke Nauta" writes: > > >> INFO:DAVServer.fshandler:get_data: d:\webdav not found >> XXX --- [07/Sep/2011 11:57:48] - Mozilla/5.0 UJindows NT 5.1; rv:6.0.1> >> Gecko/ >> 20100101 Firefox/6.0.1 - "GET / HTTP/

Re: Installing WebDAV server

2011-09-07 Thread Piet van Oostrum
"Fokke Nauta" writes: > INFO:DAVServer.fshandler:get_data: d:\webdav not found > XXX --- [07/Sep/2011 11:57:48] - Mozilla/5.0 UJindows NT 5.1; rv:6.0.1> > Gecko/ > 20100101 Firefox/6.0.1 - "GET / HTTP/1.1" 404 - > XXX --- [07/Sep/2011 11:57:52] - Mozilla/5.0 > Gecko/ > 20100101 Firefox/6.0.1

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
"becky_lewis" wrote in message news:d26f81b2-f87e-46f1-bb4e-8ef1943df...@c29g2000yqd.googlegroups.com... >> I have re-installed Python and the setuptool, and tried the Python >> version >> of Active, but it did not make a difference. >> So now I use the "old" Python 2.7 again. Used easy_install

Re: Installing WebDAV server

2011-09-07 Thread becky_lewis
> I have re-installed Python and the setuptool, and tried the Python version > of Active, but it did not make a difference. > So now I use the "old" Python 2.7 again. Used easy_install to install > PyWebDAV. I now run davserver.exe from the Script directory. Still the same > problem. > What I found

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.823.1315377607.27778.python-l...@python.org... > On Tue, 6 Sep 2011 21:26:12 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> (here I try to login the WebDAV server with the local IE browser) >> >> INFO:fshan

Re: Installing WebDAV server

2011-09-06 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.809.1315328739.27778.python-l...@python.org... > On Tue, 6 Sep 2011 16:46:17 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > > >> --- >> Python 2.7.2 (default, Jun 12 2011,

Re: Installing WebDAV server

2011-09-06 Thread Fokke Nauta
"becky_lewis" wrote in message news:f5b9ec16-de9a-4365-81a8-860dc27a9...@d25g2000yqh.googlegroups.com... On Sep 5, 3:51 pm, "Fokke Nauta" wrote: > > Hi Becky, > > I tried it straight away: > directory=D:\Webdav\ > directory=D:/Webdav/ > > Didn't work, in both cases the same error "fshandler:get_

Re: Installing WebDAV server

2011-09-06 Thread becky_lewis
On Sep 5, 3:51 pm, "Fokke Nauta" wrote: > > Hi Becky, > > I tried it straight away: > directory=D:\Webdav\ > directory=D:/Webdav/ > > Didn't work, in both cases the same error "fshandler:get_data: \Webdav not > found". > > I have the opinion that my WebDAV installation is at fault. The database is

Re: Installing WebDAV server

2011-09-05 Thread Fokke Nauta
"becky_lewis" wrote in message news:a7cd34d7-ed2b-4449-8edc-a6a45b59e...@hb5g2000vbb.googlegroups.com... > > >> > Possibly. >> > I tried this: >> > server.py -n -c config.ini >> > Once again, the server is up and running and when I am logging in with >> > my >> > browser (10.0.0.140:8081) I can

Re: Installing WebDAV server

2011-09-05 Thread becky_lewis
> > > Possibly. > > I tried this: > > server.py -n -c config.ini > > Once again, the server is up and running and when I am logging in with my > > browser (10.0.0.140:8081) I can see information showing up at the command > > prompt, showing somebody is logging is, but the same error: > > "fshandler

Re: Installing WebDAV server

2011-09-04 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > "Thomas 'PointedEars' Lahn" wrote in message > news:109595831.vcn276c...@pointedears.de... > > > > If you don't have anything better to contribute, please stop answering. > > Es gen�gt schon. I should have expected as much from an address munger. *plonk* -- PointedEar

Re: Installing WebDAV server

2011-09-04 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:109595831.vcn276c...@pointedears.de... If you don't have anything better to contribute, please stop answering. Es genügt schon. Fokke -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing WebDAV server

2011-09-03 Thread Thomas 'PointedEars' Lahn
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 (a

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
wrote in message news:mailman.703.1314969082.27778.python-l...@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 qual

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"becky_lewis" wrote in message news:86b084e0-09a8-4997-9e0c-4526d7851...@s2g2000vby.googlegroups.com... On Sep 2, 1:19 pm, "Fokke Nauta" wrote: > "Dennis Lee Bieber" wrote in > messagenews:mailman.687.1314941410.27778.python-l...@python.org... > > > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke N

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.711.1314983727.27778.python-l...@python.org... > On Fri, 2 Sep 2011 14:19:32 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > > >> >> In the config file it says: >> "# main directory >> directory = \Webdav" >> > I

Re: Installing WebDAV server

2011-09-02 Thread python
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 A

Re: Installing WebDAV server

2011-09-02 Thread becky_lewis
On Sep 2, 1:19 pm, "Fokke Nauta" wrote: > "Dennis Lee Bieber" wrote in > messagenews:mailman.687.1314941410.27778.python-l...@python.org... > > > > > > > > > > > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke Nauta" > > declaimed the following in > > gmane.comp.python.general: > > >> "Dennis Lee Bie

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.687.1314941410.27778.python-l...@python.org... > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> "Dennis Lee Bieber" wrote in message >> news:mailman.643.1314851358.27778.python-l..

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.622.1314812583.27778.python-l...@python.org... > On Wed, 31 Aug 2011 11:27:36 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> >> Ofcourse I realized it was Unix/Linux. I already could tell that as the >> packag

Re: Installing WebDAV server

2011-09-01 Thread Fokke Nauta
"Paul Kölle" wrote in message news:mailman.620.1314810894.27778.python-l...@python.org... > Hi, answers below... > > Am 31.08.2011 14:18, schrieb Fokke Nauta: >> "Paul Kölle" wrote in message >> news:mailman.595.1314780791.27778.python-l...@python.org... >>> Hi, >>> >>> Am 30.08.2011 22:00, schr

Re: Installing WebDAV server

2011-09-01 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.643.1314851358.27778.python-l...@python.org... > On Wed, 31 Aug 2011 14:18:00 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> >> I also configured config.ini in D:\Python27\WebDAV\PyWebDAV\DAVServer >> >> In thi

Re: Installing WebDAV server

2011-08-31 Thread Paul Kölle
Hi, answers below... Am 31.08.2011 14:18, schrieb Fokke Nauta: "Paul Kölle" wrote in message news:mailman.595.1314780791.27778.python-l...@python.org... Hi, Am 30.08.2011 22:00, schrieb Fokke Nauta: Hi all, I am completely new to Python, but I'm confronted with a problem I can't solve. Wel

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Laszlo Nagy" wrote in message news:mailman.603.1314797809.27778.python-l...@python.org... > >>> 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)

Re: Installing WebDAV server

2011-08-31 Thread Laszlo Nagy
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

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Laszlo Nagy" wrote in message news:mailman.597.1314791334.27778.python-l...@python.org... > >> What do you mean by STFW? > Search The Fucking Web ? OK, the modern version of RTFM. >> I wasn't aware that easy_install was a utility. Downloaded and installed >> the >> Windows version and run eas

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Paul Kölle" wrote in message news:mailman.595.1314780791.27778.python-l...@python.org... > Hi, > > Am 30.08.2011 22:00, schrieb Fokke Nauta: >> Hi all, >> >> I am completely new to Python, but I'm confronted with a problem I can't >> solve. > Welcome to python. > >> This is my question: > [snip]

Re: Installing WebDAV server

2011-08-31 Thread Laszlo Nagy
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

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:4761603.ypau67u...@pointedears.de... > Fokke Nauta wrote: > >> "Thomas 'PointedEars' Lahn" wrote in message >> news:6545843.yvfaxzv...@pointedears.de... > > It's attribution _line_, not attribution novel. Your quotes are hardly > legible, too ?

Re: Installing WebDAV server

2011-08-31 Thread Paul Kölle
Hi, Am 30.08.2011 22:00, schrieb Fokke Nauta: Hi all, I am completely new to Python, but I'm confronted with a problem I can't solve. Welcome to python. This is my question: [snip] I installed Python 3.2.1 and extracted the packages PyWebDAV and PyXML. Now I have a working Python app and

Re: Installing WebDAV server

2011-08-30 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > "Thomas 'PointedEars' Lahn" wrote in message > news:6545843.yvfaxzv...@pointedears.de... It's attribution _line_, not attribution novel. Your quotes are hardly legible, too → >> Fokke Nauta wrote: >>> I'm running a PC with XP Pro32, [.] >>> […] In t

Re: Installing WebDAV server

2011-08-30 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:6545843.yvfaxzv...@pointedears.de... > Fokke Nauta wrote: > >> I'm running a PC with XP Pro32, [.] >> 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 Web

Re: Installing WebDAV server

2011-08-30 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > I'm running a PC with XP Pro32, […] > 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

Installing WebDAV server

2011-08-30 Thread Fokke Nauta
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 s