Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Dario Lopez-Kästen


- Original Message -
From: Andre Schubert [EMAIL PROTECTED]
To: Andreas Jung [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 8:06 AM
Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2


 On Wed, 21 Aug 2002 07:52:30 +0200
 Andreas Jung [EMAIL PROTECTED] wrote:

  Use Python 1.5.2 with Zope 2.4.X and Python 2.1.3 for
  Zope 2.5.X. Any other combination is *not* supported.

 Why use Zope 2.4.X with Python 1.5.2 when i could find RPMs
 on zoep.org that requires Python 2.1.x ?
 And yes i know that this is not supported, but could there anything
 incompatible between Python 2.1 + Zope and Python 2.2 + Zope ?

 Greets,

Because Zope 2.4.3 depends on Python 1.5.2 and will break with newer pythons
(this has been experienced by others). Similarely if you use Zope 2.5.x, you
need to use Python 2.1.3, because that python contains bugfixes that
specifically affects Zope's stability.

Zope 2.5.x and 2.4.x will not work with python 2.2x either, due to
incompatibilities with python 2.2.

Also, if you are using python 2.1.3, you probably want to install it from
source, and configure it by passing the --without-pymalloc directive to the
configure script.

I cannot really remember why this is necessary, but I have some faint memory
of some incompatibility between the newer optimised memory management
thingie in python 2 and zope... or something like that :-)

hth

/dario
- 
Dario Lopez-Kästen, [EMAIL PROTECTED]IT Systems  Services
System Developer/System Administrator Chalmers University of Tech.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung

Ups, my faultZope 2.4 or higher requires Python 2.1.X.
Using Python 2.2 with Zope 2.4 or 2.5 is officially not supported.
This issue has been discussed multiple times on the list. Please
check the archives. Python 2.2 has been tested with Zope 2.5 but
there is not supported. So use it as your own risk and don't cry
when you have problems.

Python 2.2 is required for Zope 3.

-aj

- Original Message -
From: Andre Schubert [EMAIL PROTECTED]
To: Andreas Jung [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 08:06
Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2


 On Wed, 21 Aug 2002 07:52:30 +0200
 Andreas Jung [EMAIL PROTECTED] wrote:

  Use Python 1.5.2 with Zope 2.4.X and Python 2.1.3 for
  Zope 2.5.X. Any other combination is *not* supported.

 Why use Zope 2.4.X with Python 1.5.2 when i could find RPMs
 on zoep.org that requires Python 2.1.x ?
 And yes i know that this is not supported, but could there anything
 incompatible between Python 2.1 + Zope and Python 2.2 + Zope ?

 Greets,

 
  -aj
  - Original Message -
  From: Andre Schubert [EMAIL PROTECTED]
  To: zope [EMAIL PROTECTED]
  Sent: Wednesday, August 21, 2002 07:47
  Subject: [Zope-dev] Zope 2.4.3 and Python 2.2
 
 
   Hi there,
  
   are there any known issues or problem running Zope 2.4.3 under PYthon
2.2
   instead of 2.1. I'am asking because my sysadmin has setup a new
linux-box
   with RH7.3.
   RH7.3 only has Python 2.2 installed and there are no RPMs compiled
against
  Python 2.2.
   If there are no problems a would try to build a src.rpm for RH 7.3 +
  Python 2.2.
  
   Thanks in advance,
  
   andre
  
  
  
   ___
   Zope-Dev maillist  -  [EMAIL PROTECTED]
   http://lists.zope.org/mailman/listinfo/zope-dev
   **  No cross posts or HTML encoding!  **
   (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )
  
 
 
  ___
  Zope-Dev maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope-dev
  **  No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung


- Original Message - 
From: Andreas Jung [EMAIL PROTECTED]
To: Andre Schubert [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 08:19
Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2


 Ups, my faultZope 2.4 or higher requires Python 2.1.X.

Ups, really not my fault. Zope 2.4 still requires 1.5.X

*never-think-about-zope-before-breakfast*
Andreas




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Dario Lopez-Kästen

I wrote:
 Because Zope 2.4.3 depends on Python 1.5.2 and will break with newer
pythons
 (this has been experienced by others).

argh! Ignore this part - zope 2.4 requires 2.1, as Andreas pointed out. But
if you use 2.1, be sure to use 2.1.3 or later since it fixes wierd stuff
that affect Zope's stability.

/dario


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung


- Original Message -
From: Andreas Jung [EMAIL PROTECTED]
To: Andreas Jung [EMAIL PROTECTED]; Andre Schubert
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 08:33
Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2



 - Original Message -
 From: Andreas Jung [EMAIL PROTECTED]
 To: Andre Schubert [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, August 21, 2002 08:19
 Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2


  Ups, my faultZope 2.4 or higher requires Python 2.1.X.

 Ups, really not my fault. Zope 2.4 still requires 1.5.X

 *never-think-about-zope-before-breakfast*
 Andreas

argh...dlk@irc pointed out that Python 2.1 is required for 2.4.

From the README:

  Zope 2.4 alpha 1
  Features Added
  - Zope now requires Python 2.1. See the Zope 2.4 migration

Sorry for the confusion ;-)

*never-write-postings-with-less-than-two-cups-of-tea,
Andreas


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Lennart Regebro

From: Andreas Jung [EMAIL PROTECTED]
 Ups, really not my fault. Zope 2.4 still requires 1.5.X

We didn't upgrade Easy Publisher from 2.3.3 to 2.4 because of the switch to
Python 2.X, so no, I don't think so. You need coffee. :-)




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Shane Hathaway

Andre Schubert wrote:
 Hi there,
 
 are there any known issues or problem running Zope 2.4.3 under PYthon 2.2
 instead of 2.1. I'am asking because my sysadmin has setup a new linux-box
 with RH7.3.
 RH7.3 only has Python 2.2 installed and there are no RPMs compiled against Python 
2.2.
 If there are no problems a would try to build a src.rpm for RH 7.3 + Python 2.2.

Zope 2.4.3 + Python 2.2 is likely to fail, but Zope 2.5.x + Python 2.2 
is likely to work on Linux.  It's just not officially supported.  Zope 
2.4.x, 2.5.x, and 2.6.x are designed for Python 2.1.3.  Zope 2.7.x will 
clean up any remaining Python 2.2 compatibility issues.

Shane


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-20 Thread Andre Schubert

Hi there,

are there any known issues or problem running Zope 2.4.3 under PYthon 2.2
instead of 2.1. I'am asking because my sysadmin has setup a new linux-box
with RH7.3.
RH7.3 only has Python 2.2 installed and there are no RPMs compiled against Python 2.2.
If there are no problems a would try to build a src.rpm for RH 7.3 + Python 2.2.

Thanks in advance,

andre



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-20 Thread Andreas Jung

Use Python 1.5.2 with Zope 2.4.X and Python 2.1.3 for
Zope 2.5.X. Any other combination is *not* supported.

-aj
- Original Message -
From: Andre Schubert [EMAIL PROTECTED]
To: zope [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 07:47
Subject: [Zope-dev] Zope 2.4.3 and Python 2.2


 Hi there,

 are there any known issues or problem running Zope 2.4.3 under PYthon 2.2
 instead of 2.1. I'am asking because my sysadmin has setup a new linux-box
 with RH7.3.
 RH7.3 only has Python 2.2 installed and there are no RPMs compiled against
Python 2.2.
 If there are no problems a would try to build a src.rpm for RH 7.3 +
Python 2.2.

 Thanks in advance,

 andre



 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )