Re: [python-win32] testing windows services

2005-07-05 Thread Jim Vickroy
Thomas Heller wrote: >Harald Armin Massa <[EMAIL PROTECTED]> writes: > > > >>Hello, >> >>within the win32-extensions under demo I found the pipetestservice.py and am >>developping my own services out of it. >> >>With each development step I have to >> >>stop the running service >>remove the exi

Re: [python-win32] testing windows services

2005-07-05 Thread Thomas Heller
Harald Armin Massa <[EMAIL PROTECTED]> writes: > Hello, > > within the win32-extensions under demo I found the pipetestservice.py and am > developping my own services out of it. > > With each development step I have to > > stop the running service > remove the existing one > install the new one >

[python-win32] testing windows services

2005-07-05 Thread Harald Armin Massa
Hello, within the win32-extensions under demo I found the pipetestservice.py and am developping my own services out of it. With each development step I have to stop the running service remove the existing one install theĀ  new one start the service of course, I can script that... but it still t