Re: newbie question

2006-03-01 Thread Paul Metzger
> I'm brand new to using/playing with Python, and I have what is likely a > very simple question but can't seem to figure it out. > Python is fun and it's easier to use a real OS to develop the programs, then if need be, not that difficult to move them to windows:) > I wrote up a script in my pr

Re: Stopping Windows Service

2006-03-01 Thread Paul Metzger
On Wed, 2006-03-01 at 12:41 -0800, D wrote: > I have a simple file server utility that I wish to configure as a > Windows service - using the examples of the Python Win32 book, I > configured a class for the service, along with the main class functions > __init__, SvcStop, and SvcDoRun (which conta