Re: Windows Services

2006-04-04 Thread Larry Bates
rodmc wrote: > Hello, > > I am trying to figure out how to write a windows service, I am totally > new to it. I have written a simple test case, however it doesn't appear > to do anything. Although it installs and appears to start, when I run a > query of its status (using another app) it says it

Re: Windows Services

2005-12-20 Thread Mondal
Hi, Thanks Upole!!! I dowloaded it. From exe files at sourceforge.net. Regards -- http://mail.python.org/mailman/listinfo/python-list

Re: Windows Services

2005-12-19 Thread Roger Upole
Active State's help file is missing parameters from some modules built using Swig. The .chm included with the SourceForge releases has complete parameter info. hth Roger "Mondal" <[EMAIL PROTECTED]> wrote: > Hi, > > Every one please accept my thanks. > > I have stopped using Python

Re: Windows Services

2005-12-19 Thread Mondal
Hi, Every one please accept my thanks. I have stopped using Python IDLE. Know I am using Pythonwin IDE from Active State. They have the same core modules. But the Pywin32 extensions are a plus from Active State. The problem is that the Pywin32 Documentation is incomplete/incorrect. The modules b

Re: Windows Services

2005-12-15 Thread bonono
Steve Holden wrote: > Mondal wrote: > > Hi, > > > > Thanks to Peter, now I know how to control an *existing* Windows > > service and how to run a *python script* as a Windows service. Although > > these were really useful, my point was different. > > > > I have developed a script that monitors a s

Re: Windows Services

2005-12-15 Thread Steve Holden
Mondal wrote: > Hi, > > Thanks to Peter, now I know how to control an *existing* Windows > service and how to run a *python script* as a Windows service. Although > these were really useful, my point was different. > > I have developed a script that monitors a specified folder for changes > in th

Re: Windows Services

2005-12-15 Thread Frank Millman
Mondal wrote: > Hi, > > Thanks to Peter, now I know how to control an *existing* Windows > service and how to run a *python script* as a Windows service. Although > these were really useful, my point was different. > > I have developed a script that monitors a specified folder for changes > in the

Re: Windows Services

2005-12-15 Thread Mondal
Hi, Thanks to Peter, now I know how to control an *existing* Windows service and how to run a *python script* as a Windows service. Although these were really useful, my point was different. I have developed a script that monitors a specified folder for changes in the files or folders within it.

Re: Windows Services

2005-12-14 Thread alf
Also think through which Windows account will run the service, and what permissions it will need. A little up front work here will be appreciated by the people who have to install your service. -- http://mail.python.org/mailman/listinfo/python-list

Re: Windows Services

2005-12-14 Thread Peter Hansen
Mondal wrote: > Can anybody tell me how to develop Windows Services (which are actually > daemons) using Python. Yes, anyone can tell you. Anyone who can use Google that is. Can you? http://www.google.com/search?q=python+windows+service (There are directly relevant answers on the first page o