[ZCM] [ZC] 1423/ 3 Wontfix "Zope 2.7.1 won't run as service under NT"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Mon, 14 May 2007 13:57:24 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #1423 Update (Wontfix) "Zope 2.7.1 won't run as service under NT" Status Wontfix, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/1423 ============================================================== = Wontfix - Entry #3 by ajung on May 14, 2007 1:57 pm Status: Pending => Wontfix Outdated ________________________________________ = Comment - Entry #2 by tim_one on Jul 19, 2004 9:11 pm Zope doesn't call this directly. Installing a suitably "old enough" version of win32all (the Python Windows extensions, from Mark Hammond) might make the symptom go away. ________________________________________ = Request - Entry #1 by Anonymous User on Jul 19, 2004 8:26 pm Zope 2.7.1 can't be run as a service under Windows NT 4. An error box is displayed and an error message logged and apparently the service loader eventually times out. The message is from PythonService.exe, with the error: Procedure entry point RegisterServiceCtrlHandlerExW could not be located in ADVAPI32.dll My platform reference shows the Ex version of the call didn't exist before Windows 2000. Consider loading the dll dynamicly and testing for this routine's presence, falling back to the non-Ex version if not. ==============================================================