[Zope] Changing Python Instances in Windows

Dieter Maurer dieter@handshake.de
Wed, 14 Aug 2002 20:43:14 +0200


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