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
Do you have any idea what may be causing this?
Yeah, UserDB hasn't had a release in a couple of years ;-) I personally wouldn't trust anything based on such an old product... UserDB still works for us but we're currently building an alternative... cheers, Chris
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
participants (3)
-
Chris Withers -
Dennis Allison -
Frankie