Bugs item #2613356, was opened at 2009-02-18 14:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2613356&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Guilherme Polo (ggpolo)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32serviceutil.HandleCommandLine missing error code return
Initial Comment:
Hi,
It didn't fit on the summary line, but win32serviceutil.HandleCommandLine does not return the error code when starting a service (it is missing an "err = hr" after "except win32service.error, (hr, fn, msg):").
I have pywin32-212.win-py2.6 installed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2613356&group_id=78018
|