Hi, Does someone know if final Zope 2.8 will run with python 2.4 ? I currently use Zope 2.7.2 and I tried rebuilding eveything on python 2.4 Zeo server starts, Zope server do not, and apparently before event.log logging starts... Thanks. Pascal ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************
--On Mittwoch, 1. Dezember 2004 14:11 Uhr +0100 Pascal Peregrina <Pperegrina@Lastminute.com> wrote:
Hi,
Does someone know if final Zope 2.8 will run with python 2.4 ?
Zope 2.8 final is far away. Python 2.4 support is in discussion.
I currently use Zope 2.7.2 and I tried rebuilding eveything on python 2.4 Zeo server starts, Zope server do not, and apparently before event.log logging starts...
2.7.3 + Python 2.4 is officially not supported. -aj
Andreas Jung wrote:
--On Mittwoch, 1. Dezember 2004 14:11 Uhr +0100 Pascal Peregrina <Pperegrina@Lastminute.com> wrote:
Hi,
Does someone know if final Zope 2.8 will run with python 2.4 ?
Zope 2.8 final is far away. Python 2.4 support is in discussion.
I currently use Zope 2.7.2 and I tried rebuilding eveything on python 2.4 Zeo server starts, Zope server do not, and apparently before event.log logging starts...
2.7.3 + Python 2.4 is officially not supported.
But the unit tests do pass. Can you do the following and retry: - Edit your zope.conf to show 'debug-mode on' - Run Zope in the foreground, and not as root, e.g. '$ bin/zopectl fg' from your instance home. See if you get any useful output. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
--On Mittwoch, 1. Dezember 2004 10:45 Uhr -0500 Tres Seaver <tseaver@zope.com> wrote:
2.7.3 + Python 2.4 is officially not supported.
But the unit tests do pass. Can you do the following and retry:
"officially" in my understanding means that there has been a security audit for the recommended Python version 2.3 and Zope in the past which has not happened for Python 2.4 against the current Zope version. So if you run Python 2.4 to Zope 2.X there is always some risk...*maybe* a higher risk as if you would stick with the recommended version. I am also running Python 2.4 with Zope but basicially this is my own risk to run an unsupported version. -aj
participants (3)
-
Andreas Jung -
Pascal Peregrina -
Tres Seaver