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-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-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) > &

Ideas for problem with chat server application!

2009-07-22 Thread David Adamo Jr.
I developed a chat application with an attendant chat server. Everything is working fine. The issue now is the fact that whenever the chat server goes down (for instance, the server system shuts down as a result of power failure or some other problem), by the time the server system come back on, th