Re: XMLRPC Solution Code

2006-07-18 Thread dylpkls91
Frank Millman wrote: > I use something called 'srvany' - >http://support.microsoft.com/kb/q137890/ I am familiar with srvany. Seems like it is a whole bunch easier than the PyWin32 stuff. I'll write a wrapper script that can be used like this: createservice.py -myservicename -myservicepath or

Re: XMLRPC Solution Code

2006-07-18 Thread Laszlo Nagy
> I'm afraid you'll need to Google for "python windows service" or > similar: in essence the main thing the service has to do (besides serve) > is ensure a continuous flow of messages through the system. It's ugly, > but people have done it before. > Also don't forget to "Allow the service i

Re: XMLRPC Solution Code

2006-07-18 Thread Frank Millman
Steve Holden wrote: > dylpkls91 wrote: > > > > The hard part now is getting the server code to run as a Windows > > service- argh!!! > > I can get it installed and started using modified code from: > > http://www.schooltool.org/products/schooltool-calendar/documentation/how-to/running-as-a-windows

Re: XMLRPC Solution Code

2006-07-17 Thread Steve Holden
dylpkls91 wrote: > [EMAIL PROTECTED] wrote: > >>Mind posting it for us lesser beings? ;) > > > Not at all. I have yet to test it on networked computers, but it works > fine when I run both scripts on my machine. > > The hard part now is getting the server code to run as a Windows > service- arg

XMLRPC Solution Code

2006-07-17 Thread dylpkls91
[EMAIL PROTECTED] wrote: > Mind posting it for us lesser beings? ;) Not at all. I have yet to test it on networked computers, but it works fine when I run both scripts on my machine. The hard part now is getting the server code to run as a Windows service- argh!!! I can get it installed and start