Re: [ZODB-Dev] tcp_begin in tests

2005-07-07 Thread Antonio Beamud Montero
El mié, 06-07-2005 a las 19:57 +0200, Antonio Beamud Montero escribió: Hi all: In my app, I'm using ZODB to store data, the problem is that I have implemented several unittest, for every unit test I create the ZODB database and when the test finished I destroy the database (including files).

RE: [ZODB-Dev] tcp_begin in tests

2005-07-07 Thread Antonio Beamud Montero
El mié, 06-07-2005 a las 14:19 -0400, Tim Peters escribió: [Antonio Beamud Montero] In my app, I'm using ZODB to store data, the problem is that I have implemented several unittest, for every unit test I create the ZODB database and when the test finished I destroy the database (including

RE: [ZODB-Dev] tcp_begin in tests [SOLVED]

2005-07-07 Thread Tim Peters
[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

RE: [ZODB-Dev] tcp_begin in tests

2005-07-06 Thread Tim Peters
[Antonio Beamud Montero] In my app, I'm using ZODB to store data, the problem is that I have implemented several unittest, for every unit test I create the ZODB database and when the test finished I destroy the database (including files). When I run 2 test, the first is executed ok, but the