[Zope3-dev] Re: cygwin/Zope3 CVS
Jeff Kowalczyk
jtk@yahoo.com
Mon, 2 Dec 2002 14:52:07 -0500
FWIW, I get this exact error with CVS (12/2/02 14:30 EST) running in the cygwin sandbox
setup described earlier. So at least its a cross-platform bug...
Jeff@LAPTOP ~/Zope3
$ python z3.py
Traceback (most recent call last):
File "z3.py", line 68, in ?
run()
File "z3.py", line 47, in run
config('site.zcml')
File "/home/Jeff/Zope3/lib/python/Zope/App/_app.py", line 40, in config
XMLConfig(file)()
File "/home/Jeff/Zope3/lib/python/Zope/Configuration/xmlconfig.py", line 283,
in __init__
self._directives)
File "/home/Jeff/Zope3/lib/python/Zope/Configuration/xmlconfig.py", line 231,
in xmlconfig
(...)
"Andy McKay":
> How about this fella then. Golly thats a long traceback. Anyway
> "DuplicationError: <type 'Persistence.BTrees.OOBTree.OOBTree>" matches the
> test error.
>
> E:\Builds\Zope3\Zope3>e:\Python22\python.exe z3.py
> Traceback (most recent call last):
> File "z3.py", line 68, in ?
> run()
> File "z3.py", line 47, in run
> config('site.zcml')
> File "E:\Builds\Zope3\Zope3\lib\python\Zope\App\_app.py", line 40, in
> config
> XMLConfig(file)()
> File "E:\Builds\Zope3\Zope3\lib\python\Zope\Configuration\xmlconfig.py",
> line
> 283, in __init__
> self._directives)
> (...)