26 Jul
2002
26 Jul
'02
6:04 p.m.
[Erik Myllymaki]
I am currently using Zope2.3.2 on windows with python1.5.2.
I need to use some functionality of python 2.1.1 which is also installed on the same machine.
What is the easiest way to use the newer python with Zope?
Changing the start script to use python2.exe instead of python.exe does not work.
You best use Python 2.1.3 - there is some bug in 2.1.1 that can cause serious problems for Zope. You can install Zope 2.5.1 and it will come with Python 2.1.3. Then you will be able to run code written for Python 2.1x. Before you do, you need to make sure you can get versions of all your products, etc, that will work with the newer version of Python. Cheers, Tom P