[Zope] Deprecation Warning

Dennis Allison allison@sumeru.stanford.EDU
Sat, 18 May 2002 07:31:04 -0700 (PDT)


Python has had two different regular expression libraries--regex and re.
Regex has been replaced by re which has a simpler interface, better
performance, etc.  The amphora product you are trying to use apparently
uses the old-style regular expresssions, now deprecated.

On Sat, 18 May 2002, Frankie wrote:

> Hi, I'm trying to install zope for use with Amphora, a groupware server.  When I try to start zope, it always gives me this message, then the process dies:
> 
> /home/amphora2/zope2/lib/python/Products/UserDb/UserDb.py:19: DeprecationWarning: the regex module is deprecated; please usethe re module
>   import Globals, App.Undo, socket, regex
> 
> Do you have any idea what may be causing this? 
> 
> Thanks for any help
> 
> Frankie
>