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. TIA
Upgrading your zope would probably be the easiest way. But if you are using Products that don't work with Zope 2.5.1, you will have troubles. I would suggest making an install of 2.5.1 in a new directory, then moving your stuff across via export/import. See what works and see if you can get it working before you abandon 2.3.2.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Erik Myllymaki Sent: Friday, July 26, 2002 9:18 AM To: zope@zope.org Subject: [Zope] upgading to python2.1.1 on windows
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.
TIA
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[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
participants (3)
-
Charlie Reiman -
Erik Myllymaki -
Thomas B. Passin