You are not logged in Log in Join
You are here: Home » Members » andym » Messing with services in Zope

Log in
Name

Password

 

Messing with services in Zope

On windows the current Zope installer does not actually remove the service. Its very annoying but easy to fix, just do the following:

>>> import win32serviceutil
>>> win32serviceutil.RemoveService('Zope23')

where "Zope23" is the name of the service you entered when you installed. When looking at it in the service manager in Windows you see "Zope (Zope23)".