Building Zope on Linux
Recently I report the MyMath.h is missing. After receiving the help from the list, I realize I have just got the python 2.0 beta from the sourceforge cvs. the file must have been removed from python. Are there any branch of Zope which is intended to run on Python2? I would like to propose a new branch for python 2 support on the cvs. Rgs, Kent Sin --------------------------------- kentsin.weblogs.com kentsin.imeme.net
On Wed, 11 Oct 2000 07:57:52 +0800, "Sin Hang Kin" <kentsin@poboxes.com> wrote:
Recently I report the MyMath.h is missing. After receiving the help from the list, I realize I have just got the python 2.0 beta from the sourceforge cvs. the file must have been removed from python.
Are there any branch of Zope which is intended to run on Python2? I would like to propose a new branch for python 2 support on the cvs.
You dont need to use Zope's own version of cPickle and cStringIO with Python 2.0 - the versions supplied with Python are newer. (Zope included these special versions because 1.5.2 was not new enough) Toby Dickenson tdickenson@geminidataloggers.com
participants (2)
-
Sin Hang Kin -
Toby Dickenson