[ZODB-Dev] tcp_begin in tests [SOLVED]

Tim Peters tim at zope.com
Thu Jul 7 19:18:17 EDT 2005


[Antonio Beamud Montero]
> Solved... well, as you can see in the traceback, the zope-ZODB library
> was in the path, and I want using the ZODB alone installed in the python
> lib path... I've removed the /opt/zope/lib/python from my app pythonpath,
> and now all works fine...

Great!  I'm especially glad you were able to solve it, because it was
looking pretty certain that nobody else here was going to <wink>.

BTW, doing a DB.close() automatically calls close() on the storage too, so
you could simplify your code a little bit.



More information about the ZODB-Dev mailing list