Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-22 Thread David Adamo Jr.
On Jul 21, 8:05 pm, "Martin P. Hellwig" wrote: > David Adamo Jr. wrote: > > On Jul 21, 10:40 am, "Martin P. Hellwig" > > wrote: > >> sightseer wrote: > > >> > > >>> Error Installing Service: Access is Denied. (5) > >> > >> Are you trying to do this on windows vista? > > >> -- > >> MPHhttp://blo

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-21 Thread Martin P. Hellwig
David Adamo Jr. wrote: On Jul 21, 10:40 am, "Martin P. Hellwig" wrote: sightseer wrote: Error Installing Service: Access is Denied. (5) Are you trying to do this on windows vista? -- MPHhttp://blog.dcuktec.com 'If consumed, best digested with added seasoning to own preference.' Yeah, I

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-21 Thread David Adamo Jr.
On Jul 21, 10:40 am, "Martin P. Hellwig" wrote: > sightseer wrote: > > > > > Error Installing Service: Access is Denied. (5) > > > Are you trying to do this on windows vista? > > -- > MPHhttp://blog.dcuktec.com > 'If consumed, best digested with added seasoning to own preference.' Yeah, I was t

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-21 Thread Martin P. Hellwig
sightseer wrote: Error Installing Service: Access is Denied. (5) Are you trying to do this on windows vista? -- MPH http://blog.dcuktec.com 'If consumed, best digested with added seasoning to own preference.' -- http://mail.python.org/mailman/listinfo/python-list

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-21 Thread sightseer
On Jul 20, 5:25 pm, "David Adamo Jr." wrote: > On Jul 20, 5:14 pm, Tim Golden wrote: > > > > > mistersexy wrote: > > > On Jul 20, 3:03 pm, Tim Golden wrote: > > >> mistersexy wrote: > > >>> I am trying to create a Windows service in Python using pywin32. I do > > >>> not want this service to run

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-20 Thread David Adamo Jr.
On Jul 20, 5:14 pm, Tim Golden wrote: > mistersexy wrote: > > On Jul 20, 3:03 pm, Tim Golden wrote: > >> mistersexy wrote: > >>> I am trying to create a Windows service in Python using pywin32. I do > >>> not want this service to run under a user account. I want this service > >>> to be able to r

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-20 Thread Tim Golden
mistersexy wrote: On Jul 20, 3:03 pm, Tim Golden wrote: mistersexy wrote: I am trying to create a Windows service in Python using pywin32. I do not want this service to run under a user account. I want this service to be able to run as a LocalService, NetworkService and the like. How do I spec

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-20 Thread mistersexy
On Jul 20, 3:03 pm, Tim Golden wrote: > mistersexy wrote: > > I am trying to create a Windows service in Python using pywin32. I do > > not want this service to run under a user account. I want this service > > to be able to run as a LocalService, NetworkService and the like. How > > do I specify

Re: Running a Python Service under the LocalService or NetworkService Account

2009-07-20 Thread Tim Golden
mistersexy wrote: I am trying to create a Windows service in Python using pywin32. I do not want this service to run under a user account. I want this service to be able to run as a LocalService, NetworkService and the like. How do I specify this using the win32 library? Thanks, everyone. When

Running a Python Service under the LocalService or NetworkService Account

2009-07-20 Thread mistersexy
I am trying to create a Windows service in Python using pywin32. I do not want this service to run under a user account. I want this service to be able to run as a LocalService, NetworkService and the like. How do I specify this using the win32 library? Thanks, everyone. -- http://mail.python.org/