[ZODB-Dev] ZODB error
caofan at Lenovo.com
caofan at Lenovo.com
Wed Apr 7 22:45:18 EDT 2004
Hi,
I have installed the ZODB in my computer by "python2.3 setup.py build
",but when I running the "python2.3 test.py",it got 130 errors at end .And
all the error like this.
Error in test testDBHomeExists
(BDBStorage.tests.test_create.MinimalCreateTest)
Traceback (most recent call last):
File
"/export/home/shsun/software/ZODB3-3.2.1/build/lib.linux-i686-2.3/BDBStor
age/tests/BerkeleyTestBase.py", line 64, in setUp
self.open()
File
"/export/home/shsun/software/ZODB3-3.2.1/build/lib.linux-i686-2.3/BDBStor
age/tests/BerkeleyTestBase.py", line 42, in open
self._storage = self.ConcreteStorage(
File
"/export/home/shsun/software/ZODB3-3.2.1/build/lib.linux-i686-2.3/BDBStor
age/BerkeleyBase.py", line 215, in __init__
self._env, self._lockfile = env_from_string(env, self._config)
File
"/export/home/shsun/software/ZODB3-3.2.1/build/lib.linux-i686-2.3/BDBStor
age/BerkeleyBase.py", line 505, in env_from_string
db.DB_CREATE # create underlying files as necessary
DBError: (38, 'Function not implemented -- test-db/__db.001: unable to
initializ
e environment lock: Function not implemented')
My computer's enviroment:
Redhat 9.0
python2.3 (in the /usr/local)
BekeleyDB4.1.25 (in the /usr/local/BekeleyDB4.1)
ZODB3.2.1
Has someone encountered the same problem ?
More information about the ZODB-Dev
mailing list