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.

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/

Ideas for Python Programming

2008-01-25 Thread mistersexy
I have been programming in python for some time but I have become short of ideas. A software exhibition is coming up, and I plan to show python's worth 'cos it is quite underrated in this part of the world. Could anyone suggest any really good program ideas and information on how to implement them?