Comment 3 for bug 596839

Revision history for this message
Jim Pharis (binbrain) wrote :

The new plone.recipe.zope2instance will now properly install and stay started as a windows service in XP. However, there is still a problem though.

"C:\Python26\python.exe" "C:\Zope\test.buildout\bin\inst1-script.exe" console -C "C:\Zope\test.buildout\parts\inst1\etc\zope.conf"

Should be instead

"C:\Python26\python.exe" "C:\Zope\test.buildout\bin\inst1-script.py" console -C "C:\Zope\test.buildout\parts\inst1\etc\zope.conf"

When you change 'exe' to 'py' the Windows service works.