[Zope-tests] OK: Test ZODB HEAD / Python 2.3 / Linux
jeremy at zope.com
jeremy at zope.com
Wed Dec 24 06:20:36 EST 2003
Email automatically generated by a daily test runner.
cd /tmp/autotest0CWqTK/ZODB3
PYTHONPATH= /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotest0CWqTK/ZODB3/build
/tmp/autotest0CWqTK/ZODB3/build/lib.linux-i686-2.3/Persistence/__init__.py:25: UserWarning: Couldn't import the ExtensionClass-based base class
There are two possibilities:
1. You don't care about ExtensionClass. You are importing
Persistence because that's what you imported in the past.
In this case, you should really use the persistent package
instead:
>>> from persistent import Persistent
>>> from persistent.list import PersistentList
>>> from persistent.mapping import PersistentMapping
2. You want your classes to be ExtensionClasses. In this case,
you need to install the ExtensionClass package
separately. ExtensionClass is no-longer included with ZODB3.
warn("""Couldn't import the ExtensionClass-based base class
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 1665 tests in 1177.169s
OK
More information about the Zope-tests
mailing list