Re: [Zope] Installing Zope 2.5.0 Stable release and Python 2.1.2
Lee wrote I installed python 2.1.3 ( Zope 2.5.0 ) on RH Linux 2.4. and the crashes=20= went away. Much more stable platform.
This is correct. If your Zope version required a version of python 2, you should be using 2.1.3. 2.2.x is only suitable for Zope3x, and other versions of python 2.x have known bugs that Zope manages to trigger. Anthony -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
Anthony Baxter wrote:
This is correct. If your Zope version required a version of python 2, you should be using 2.1.3. 2.2.x is only suitable for Zope3x, and other versions of python 2.x have known bugs that Zope manages to trigger.
Any word on a Zope 2.x that works with Python 2.2.x ? It's kind of a pain keeping two versions of Python installed (along with 2 versions of PIL, 2 versions of py-ldap, and so on). Barry
----- Original Message ----- From: "Barry Pederson" <barryp@medicine.nodak.edu> To: <zope@zope.org> Sent: Wednesday, April 24, 2002 11:27 Subject: Re: [Zope] Installing Zope 2.5.0 Stable release and Python 2.1.2
Anthony Baxter wrote:
This is correct. If your Zope version required a version of python 2, you should be using 2.1.3. 2.2.x is only suitable for Zope3x, and other versions of python 2.x have known bugs that Zope manages to trigger.
Any word on a Zope 2.x that works with Python 2.2.x ?
Python 2.2.X is not supported and not recommended for Zope 2.5.X. Having two different Python versions on a system is not a big deal when you install them in different locations.. -aj
Andreas Jung wrote:
----- Original Message ----- From: "Barry Pederson" <barryp@medicine.nodak.edu>
Any word on a Zope 2.x that works with Python 2.2.x ?
Python 2.2.X is not supported and not recommended for Zope 2.5.X.
Having two different Python versions on a system is not a big deal when you install them in different locations..
Yeah, I know it's possible, and the Pythons themselves are no big deal - the annoying part is the extra site-local stuff you might end up compiling and installing twice. Just would be nice to avoid maintaining 2 Python installs, so I was wondering is there going to be a Python 2.2.x (or higher) compatible Zope 2.x? or is that just not going to happen? (which I would understand - given the need to support persistence, restricted Python and such). Barry
----- Original Message ----- From: "Barry Pederson" <barryp@medicine.nodak.edu> To: <zope@zope.org> Sent: Wednesday, April 24, 2002 11:55 Subject: Re: [Zope] Installing Zope 2.5.0 Stable release and Python 2.1.2
Andreas Jung wrote:
----- Original Message ----- From: "Barry Pederson" <barryp@medicine.nodak.edu>
Any word on a Zope 2.x that works with Python 2.2.x ?
Python 2.2.X is not supported and not recommended for Zope 2.5.X.
Having two different Python versions on a system is not a big deal when you install them in different locations..
Yeah, I know it's possible, and the Pythons themselves are no big deal - the annoying part is the extra site-local stuff you might end up compiling and installing twice.
Just would be nice to avoid maintaining 2 Python installs, so I was wondering is there going to be a Python 2.2.x (or higher) compatible Zope 2.x? or is that just not going to happen? (which I would understand - given the need to support persistence, restricted Python and such).
Maybe not for Zope 2.5.X, I assume for Zope 2.6. -aj
participants (4)
-
Andreas Jung -
Anthony Baxter -
Barry Pederson -
Chris McDonough