[Zope] Zope 2.4.0 --> 2.6.x
Dieter Maurer
dieter@handshake.de
Mon, 1 Jul 2002 22:27:35 +0200
oliver.erlewein@sqs.de writes:
> OK. I can't get the thing started with 2.6 at all. I get this errormessage over and over.
>
> 2002-07-01T09:27:55 INFO(0) ZODB Mounted database '11090112_1025508439.413717' at /temp_folder
> /lib/python/SearchIndex/__init__.py:19: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4.
> This package is only kept for backwards compatibility for a while
> and will go away in a future release.
>
> Please use instead the re-factored modules in Products/PluginIndexes.
>
> warnings.warn("The usage of the SearchIndex package is deprecated since \
> /portal/prog/z3/lib/python/ts_regex.py:15: DeprecationWarning: the regex module is deprecated; please use the re module
> import regex, regsub #, Sync
> /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub()
> DeprecationWarning)
>
> What am I doing wrong? Or what can I do to circumvent that?
These are warnings....
Unless you run Python in "Warning -> Error" mode, they should
not lead to an abortion of the process.
Probably, you have a different problem unrelated to these warnings.
Dieter