[Zope-dev] Problems with LocalFS product and Zope 2.4

Andy McKay andym@ActiveState.com
Mon, 13 Aug 2001 06:59:14 -0700


They are just warnings and you dont need to worry about them.
If you want to fix them, follow the messages and change ts_regex to use re.
--
  Andy McKay

----- Original Message -----
From: "Juan Javier Carrera Obrero" <jcarrera@uco.es>
To: <zope-dev@zope.org>
Sent: Monday, August 13, 2001 1:29 AM
Subject: [Zope-dev] Problems with LocalFS product and Zope 2.4


Hello,

I have installed the Local File System 0.10.1 with Zope 2.4 in Win32
plataform, but when Zope was running, the next warnings are showed:

C:\WZope\lib\python\ts_regex.py:87: DeprecationWarning: the regex module is
deprecated; please use the re module import regex, regsub #, Sync
C:\WZope/bin/lib\regsub.py:15: DeprecationWarning: the regsub module is
deprecated; please use re.sub() DeprecationWarning).

It is showed too if Local File System 0.9.4 version was used.

Anybody knows to how to do resolve it ?

Thanks.