Python 2.2 and Zope 2.6.0
I downloaded Zope 2.6.0 and in the readme (if I recall) it says "DO NOT USE Python 2.2" Use Python 1.5. Some further research seems to indicate a problem with zope 2.6.0 and Python 2.2 on Solaris. So I installed Python 1.5, and now I have problems with one of the products which is requiring features in Python 2.2. Question..... Does Zope 2.6.0 require Python 1.5 on a Linux Box? Or does Python 2.2 work OK? Thanks for the reply.. I am looking forward to being a frequent contributor to the list. -- -------------------- Timothy Burt General Manager Arbor Group LLC Los Angeles, Calif. USA
Does Zope 2.6.0 require Python 1.5 on a Linux Box? Or does Python 2.2 work OK?
It requires 2.1 - other versions are not supported. If you download the binary version for Linux then you get a precompiled copy of Python for Zope that'll work fine with all the compile options done for you. That's the easiest way to do it. A -- Logical Progression Ltd, 3 Randolph Crescent, Edinburgh, EH3 7TH, UK Tel: +44 (0)131 466 9585 Web: http://www.logicalprogression.net/
Hi Timothy,
From the README file in Zope 2.6:
Important This release requires Python 2.1. You should use Python 2.1.3 with Zope 2.6 on any platform. - C On Tue, 2002-11-05 at 11:29, Timothy Burt wrote:
I downloaded Zope 2.6.0 and in the readme (if I recall) it says "DO NOT USE Python 2.2" Use Python 1.5.
Some further research seems to indicate a problem with zope 2.6.0 and Python 2.2 on Solaris.
So I installed Python 1.5, and now I have problems with one of the products which is requiring features in Python 2.2.
Question.....
Does Zope 2.6.0 require Python 1.5 on a Linux Box? Or does Python 2.2 work OK?
Thanks for the reply.. I am looking forward to being a frequent contributor to the list.
-- -------------------- Timothy Burt General Manager Arbor Group LLC Los Angeles, Calif. USA
_______________________________________________ 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 )
>> From the README file in Zope 2.6: Chris> Important Chris> This release requires Python 2.1. Chris> You should use Python 2.1.3 with Zope 2.6 on any platform. What are the hurdles that prevented Zope 2.6.0 from running with 2.2 or 2.3? After all, 2.2 has been out for awhile. I have to believe it was more than just a shortage of time. -- Skip Montanaro - skip@pobox.com http://www.mojam.com/ http://www.musi-cal.com/
On Tue, 2002-11-05 at 12:29, Skip Montanaro wrote:
>> From the README file in Zope 2.6:
Chris> Important
Chris> This release requires Python 2.1.
Chris> You should use Python 2.1.3 with Zope 2.6 on any platform.
What are the hurdles that prevented Zope 2.6.0 from running with 2.2 or 2.3? After all, 2.2 has been out for awhile. I have to believe it was more than just a shortage of time.
It actually should work fine (all the unit tests apparently pass) but we've not used it very heavily. - C
On Tue, Nov 05, 2002 at 08:29:46AM -0800, Timothy Burt wrote:
Does Zope 2.6.0 require Python 1.5 on a Linux Box? Or does Python 2.2 work OK?
Zope 2.6.0 requires python 2.1.3 It says so right at the beginning of doc/INSTALL.txt in the Zope distribution. Well, actually it says 2.1.x, but I think 2.1.3 is the one to go for. Felix.
participants (5)
-
Andrew Veitch -
Chris McDonough -
Felix Ulrich-Oltean -
Skip Montanaro -
Timothy Burt