_ssl.pyd is buggy?

Gabriel Genellina gagsl-py at yahoo.com.ar
Tue Feb 13 13:46:51 EST 2007


En Tue, 13 Feb 2007 14:40:20 -0300, Laszlo Nagy  
<gandalf at designaproduct.biz> 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




More information about the Python-list mailing list