Re: Zope2.7.4 with Python2.4?
Hi,
Zope appears to be defaulting, and running with Python2.4
Forgive my newbieness, but might this be because I did something silly like:
python mkzopeinstance.py
rather than,
/usr/local/bin/python2.3 mkzopeinstance.py
when the instance was first created? nm, I fixed 'runzope', and 'zopectl' to reflect the appropriate python.
On Tue, Apr 19, 2005 at 06:45:04PM -0500, Luis N wrote:
Hi,
Zope appears to be defaulting, and running with Python2.4
Forgive my newbieness, but might this be because I did something silly like:
python mkzopeinstance.py
rather than,
/usr/local/bin/python2.3 mkzopeinstance.py
when the instance was first created? nm, I fixed 'runzope', and 'zopectl' to reflect the appropriate python.
Note that python2.4 is not officially blessed by the core zope developers for zope 2.7. Everybody still runs python 2.3 except maybe a few who live on the bleeding edge. Just so you're properly warned :-) -- Paul Winkler http://www.slinkp.com
participants (2)
-
Luis N -
Paul Winkler