En Tue, 13 Feb 2007 14:40:20 -0300, Laszlo Nagy  
<[EMAIL PROTECTED]> escribió:

> I just installed Python 2.5 and now I do not get the error message in
> the event log. But the service still cannot be stopped and does not log
> anything. I'm using the logging module and RotatingFileHandler, so the
> service should start logging into a new file immediately after startup.
> According to the event log, the service is started, but it does nothing.
> If I start the same program as an application, it works fine. The
> program only uses the standard lib. Any ideas, what can be the problem?

Services usually run under the LOCAL_SERVICE account, which is rather  
limited on what it is allowed to do (It has no access to network shares,  
by example). Perhaps this is afecting your program.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to