I just like to say that I have configured Zope to run under FreeBSD 4.3 with Python 2.1b1 Zope Version Zope 2.3.1b2 (source release, python 1.5.2, linux2) Python Version 2.1b1 (#1, Mar 15 2001, 23:29:56) [GCC 2.95.2 19991024 (release)] System Platform freebsd4 Process Id 189 (143436800) Running For 2 min 58 sec Although when I get the following errors when starting the server: /usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: thee import regex /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is) DeprecationWarning) /usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: the regex me import regex /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is) DeprecationWarning) Any ideas Thanks Norman
You should read the Python docs about deprecated features. Basically the feature which is being warned about will be removeed in a later version, this is just a warning to developers that this is the case. ----- Original Message ----- From: "Norman Khine" <khine@btinternet.com> To: "Zope" <zope@zope.org> Sent: Monday, March 19, 2001 9:24 PM Subject: [Zope] DeprecationWarning
I just like to say that I have configured Zope to run under FreeBSD 4.3 with Python 2.1b1
Zope Version Zope 2.3.1b2 (source release, python 1.5.2, linux2) Python Version 2.1b1 (#1, Mar 15 2001, 23:29:56) [GCC 2.95.2 19991024 (release)] System Platform freebsd4 Process Id 189 (143436800) Running For 2 min 58 sec
Although when I get the following errors when starting the server:
/usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: thee import regex /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is) DeprecationWarning) /usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: the regex me import regex /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is) DeprecationWarning)
Any ideas
Thanks
Norman
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi! On Mon, 19 Mar 2001, Norman Khine wrote:
I just like to say that I have configured Zope to run under FreeBSD 4.3 with Python 2.1b1
I'd like to issue a warning. Zope oficially supports only Python 1.5.2! The latest beta (b2) has problems with ZCatalog and Python 2.0. Downgrading to 1.5.2 cured some of the problems. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Norman Khine -
Oleg Broytmann -
Phil Harris