All: My site has been running fine for over a year than this morning it started to get buggy. Would have load a page or not connect at all. I'm getting the following error in my log: import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning) /var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module Hosting on Redhat 7.3 using python 2.1.3 with Zope 2.4.3 proxy thru Apache; any suggestions would be great! ________________________________ Todd Loomis
On Mon, 2004-05-17 at 13:54, Loomis, Todd, CTR, DMSO wrote:
All:
My site has been running fine for over a year than this morning it started to get buggy. Would have load a page or not connect at all.
I’m getting the following error in my log:
import regex, regsub #, Sync
/usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub()
DeprecationWarning)
/var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module
This message is almost certainly not the cause of your problem (it's a warning, not an error). - C
participants (2)
-
Chris McDonough -
Loomis, Todd, CTR, DMSO