[Zope] Zope 2.4.0 --> 2.6.x

oliver.erlewein@sqs.de oliver.erlewein@sqs.de
Mon, 1 Jul 2002 09:35:26 +0200 (MET DST)


Hi all

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?

Thanx Oliver