Re: [python-win32] FW: Python script as a windows service

2006-11-02 Thread Tim Roberts
Tor Erik Sønvisen wrote: > > I'm trying to execute a python script as a windows service. > I found some information at: > http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html > > The steps I've taken are the following: > > 1. Downloaded Windows Resource Kits > 2. Ex

Re: [python-win32] FW: Python script as a windows service

2006-11-02 Thread Jim Vickroy
I am not familiar with this approach (and I am working on a machine where I do not have admin privileges), but an alternative is to download the Windows extensions for Python by Mark Hammond (et. al.) at: http://sourceforge.net/projects/pywin32/ which makes writing a Windows service simple as

Re: [python-win32] FW: Python script as a windows service

2006-11-02 Thread Tor Erik Sønvisen
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michel Claveau Sent: 2. november 2006 14:03 To: python-win32@python.org Subject: Re: [python-win32] FW: Python script as a windows service Hi! Have you use a batch, for define the service? Is the name in the li

Re: [python-win32] FW: Python script as a windows service

2006-11-02 Thread Michel Claveau
Hi! Have you use a batch, for define the service? Is the name in the list of services? @-salutations Michel Claveau ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] FW: Python script as a windows service

2006-11-02 Thread Tor Erik Sønvisen
Hi,   I'm trying to execute a python script as a windows service. I found some information at: http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html   The steps I've taken are the following:   1. Downloaded Windows Resource Kits 2. Executed instsrv.exe nameOfService