I am trying to start and stop a service with python. This used to work on an NT
box but not on this 2003 server machine. (note- using "net stop myService" and
net start myService" from the command line works just fine). The event viewer
does tell me that a "Start command was sent to myService" b
Erik Myllymaki wrote:
> I am trying to start and stop a service with python. This used to work
> on an NT box but not on this 2003 server machine. (note- using "net stop
> myService" and net start myService" from the command line works just
> fine). The event viewer
I am using a script that's worked for me in the past on Windows, but
now that i've moved it to a Linux machine it is not. The trouble seems
to be when trying to insert escaped characters into a varchar field
(\n \r ,etc.).
--