Dear Zope users: I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem? Aaron
Which version of zope you are installing. --Suson ----- Original Message ----- From: Aaron Korostyshevsky To: zope@zope.org Sent: Tuesday, July 31, 2007 1:07 PM Subject: [Zope] Installation trouble Dear Zope users: I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem? Aaron ------------------------------------------------------------------------------ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
3.3.1 Aaron "Sudesh soni" <sudesh.soni@ebusinessware.com> Sent by: zope-bounces@zope.org 07/31/2007 11:13 AM To <zope@zope.org>, "Aaron Korostyshevsky" <Aaron_Koro@Emcore.com> cc Subject Re: [Zope] Installation trouble Which version of zope you are installing. --Suson ----- Original Message ----- From: Aaron Korostyshevsky To: zope@zope.org Sent: Tuesday, July 31, 2007 1:07 PM Subject: [Zope] Installation trouble Dear Zope users: I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem? Aaron _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Zope 3.3 requires Python 2.4.1 to run, Python 2.4.4 is recommended. It does NOT work with Python 2.5 yet --Suson ----- Original Message ----- From: Aaron Korostyshevsky To: Sudesh soni Cc: zope@zope.org ; zope-bounces@zope.org Sent: Tuesday, July 31, 2007 1:15 PM Subject: Re: [Zope] Installation trouble 3.3.1 Aaron "Sudesh soni" <sudesh.soni@ebusinessware.com> Sent by: zope-bounces@zope.org 07/31/2007 11:13 AM To <zope@zope.org>, "Aaron Korostyshevsky" <Aaron_Koro@Emcore.com> cc Subject Re: [Zope] Installation trouble Which version of zope you are installing. --Suson ----- Original Message ----- From: Aaron Korostyshevsky To: zope@zope.org Sent: Tuesday, July 31, 2007 1:07 PM Subject: [Zope] Installation trouble Dear Zope users: I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem? Aaron ------------------------------------------------------------------------------ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Aaron Korostyshevsky, on 2007-07-31:
I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem?
No Zope version currently works with python 2.5. Or at least it is not supported. You can always force zope to use 2.5 by doing "./configure --with-python=python2.5" but you will probably run into problems. But usually it is no problem to install more than one python on the same machine. If 2.5 and 2.4 are installed side by side, the ./configure of Zope will choose the 2.4 one. So: keep 2.5 if you want, but also install 2.4. -- Maurits van Rees | http://maurits.vanrees.org/ [NL] Work | http://zestsoftware.nl/ "Do not worry about your difficulties in computers, I can assure you mine are still greater."
--On 31. Juli 2007 11:07:32 -0600 Aaron Korostyshevsky <Aaron_Koro@Emcore.com> wrote:
Dear Zope users:
I am trying to install Zope on my PC and the installation tells me that I need to have Python 2.4 installed. I have just installed Python 2.5.1 and I still get the same message. Do I need to downgrade Python or is there another problem?
The release notes for the latest Zope 2 versions are very clear about the supported Python versions: <http://www.zope.org/Products/Zope/2.9.8/Zope-2-9-8-released> <http://www.zope.org/Products/Zope/2.10.4/Zope-2.10.4-released> -aj
participants (4)
-
Aaron Korostyshevsky -
Andreas Jung -
Maurits van Rees -
Sudesh soni