[Zope-tests] NameError: name 'get_transaction' is not defined: Test
Zope 2 HEAD / Python 2.3 / Linux
jeremy at zope.com
jeremy at zope.com
Thu Apr 1 05:02:57 EST 2004
Email automatically generated by a daily test runner.
cd /tmp/autotest-ZDkVA/Zope
PYTHONPATH=/tmp/autotest-ZDkVA/lib/python /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotest-ZDkVA/Zope
Traceback (most recent call last):
File "test.py", line 841, in ?
process_args()
File "test.py", line 831, in process_args
bad = main(module_filter, test_filter, libdir)
File "test.py", line 650, in main
runner(files, test_filter, debug)
File "test.py", line 574, in runner
s = get_suite(file, runner.result)
File "test.py", line 490, in get_suite
mod = package_import(modname)
File "test.py", line 464, in package_import
mod = __import__(modname)
File "/tmp/autotest-ZDkVA/Zope/lib/python/AccessControl/tests/testUserFolder.py", line 24, in ?
Zope.startup()
File "/tmp/autotest-ZDkVA/Zope/lib/python/Zope/__init__.py", line 45, in startup
from Zope.App.startup import startup as _startup
File "/tmp/autotest-ZDkVA/Zope/lib/python/Zope/App/startup.py", line 215, in ?
class TransactionsManager:
File "/tmp/autotest-ZDkVA/Zope/lib/python/Zope/App/startup.py", line 216, in TransactionsManager
def begin(self,
NameError: name 'get_transaction' is not defined
More information about the Zope-tests
mailing list