[Zope3-dev] cygwin/Zope3 CVS
alan runyan
runyaga@myrealbox.com
Fri, 29 Nov 2002 18:22:07 -0800
when I run test.py w/ python2.2.2-1 on
cygwin I get:
$ python test.py
Traceback (most recent call last):
File "test.py", line 449, in ?
process_args()
File "test.py", line 413, in process_args
bad = main(module_filter, test_filter)
File "test.py", line 316, in main
runner(files, test_filter, debug)
File "test.py", line 280, in runner
s = get_suite(file)
File "test.py", line 235, in get_suite
mod = package_import(modname)
File "test.py", line 216, in package_import
mod = __import__(modname)
File
"/opt/src/Zope3/lib/python/Zope/App/ComponentArchitecture/tests/testDirec
tives.py", line 22, in ?
from Zope.App.Security.Exceptions import UndefinedPermissionError
File "/opt/src/Zope3/lib/python/Zope/App/Security/__init__.py", line 18,
in ?
_protections.protect()
File "/opt/src/Zope3/lib/python/Zope/App/Security/_protections.py", line
52, i
n protect
_protect(which)
File "/opt/src/Zope3/lib/python/Zope/App/Security/_protections.py", line
31, i
n _protect
getCheckerForInstancesOf(dict))
File "/opt/src/Zope3/lib/python/Zope/Security/Checker.py", line 288, in
define
Checker
raise DuplicationError(type_)
Zope.Exceptions._duplicate.DuplicationError: <type
'Persistence.BTrees.OOBTree.O
OBTree'>
thanks in advance,
~runyaga