Changing Python Instances in Windows
Is it possible to configure Zope to use the instance of Python already installed on a machine, ignoring the one that installs with Zope? I am running 2.5.1 on Win2000 as a service, so I don't think changing the start.bat will do it. Thanks, Aaron Gillette
abg@comco-inc.com writes:
Is it possible to configure Zope to use the instance of Python already installed on a machine, ignoring the one that installs with Zope? If it is a "Python 2.1.3".
I am running 2.5.1 on Win2000 as a service, so I don't think changing the start.bat will do it. It will.
It contains: <path_to_python> z2.py .... Change this to: <path_to_your_prefered_python> z2.py .... Dieter
Dieter Maurer wrote:
I am running 2.5.1 on Win2000 as a service, so I don't think changing the start.bat will do it. It will.
It contains: <path_to_python> z2.py .... Change this to: <path_to_your_prefered_python> z2.py ....
you sure? I thought you needed to go and hack abotu in the registry to change this if Zope runs as a service? cheers, Chris
participants (3)
-
abg@comco-inc.com -
Chris Withers -
Dieter Maurer