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
> 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
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
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
[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