installing zope with appropriate python version
Hi there, I am attempting to install zope and currently there are two versions of python on the machine 2.3.5 and 2.4.3. The zope installed is telling me it is going to use the older version of python of 2.3.5 . Is this proper and welcome behavior? -- snip --- # ./configure Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.4.3 found at /usr/local/bin/python Python version 2.3.5 found at /usr/local/bin/python2.3 The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3. - Zope top-level binary directory will be /opt/Zope-2.8. - Makefile written. Next, run make. ---- snip ---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17 Jul 2006, at 00:25, Noah wrote:
Hi there,
I am attempting to install zope and currently there are two versions of python on the machine 2.3.5 and 2.4.3.
The zope installed is telling me it is going to use the older version of python of 2.3.5 . Is this proper and welcome behavior?
Zope 2.8 uses Python 2.3.5, the behavior is correct. jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEuxKmRAx5nvEhZLIRAitoAKCMsNxjLges+SVe6Sc/grznYyNkyACfeMuv DidHW3rEfJJOa/4TXl6saMY= =TXU/ -----END PGP SIGNATURE-----
Hi Noah, Noah wrote:
The zope installed is telling me it is going to use the older version of python of 2.3.5 . Is this proper and welcome behavior?
Yes...
The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3.
- Zope top-level binary directory will be /opt/Zope-2.8.
...as 2.3.x was the version for Zope 2.8.x - from memory, Zope was only certified with Python 2.4.x for the 2.9.x series. -- Regards, PhilK "Human language continually changes, innit." - Stephen Juan
participants (3)
-
Jens Vagelpohl -
Noah -
Philip Kilner