shelve/bsddb broken in Python 2.3.3 (SuSe 9.1)?

G

Glenn R Williams

Has anybody gotten shelve to work under SuSE 9.1?

I have SuSe 9.1, Python 2.3.3.85, db 4.2.52, and bsddb3-4.2.4.

When I try to create a shelve, I get errors galore, Here's the traceback:

Traceback (most recent call last):
File "<pyshell#17>", line 1, in -toplevel-
d=shelve.open('mydbm',flag='c')
File "/usr/lib/python2.3/shelve.py", line 231, in open
return DbfilenameShelf(filename, flag, protocol, writeback, binary)
File "/usr/lib/python2.3/shelve.py", line 212, in __init__
Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback,
binary)
File "/usr/lib/python2.3/anydbm.py", line 83, in open
return mod.open(file, flag, mode)
File "/usr/lib/python2.3/dbhash.py", line 16, in open
return bsddb.hashopen(file, flag, mode)
File "/usr/lib/python2.3/bsddb/__init__.py", line 192, in hashopen
d.open(file, db.DB_HASH, flags, mode)
DBError: (38, 'Function not implemented -- process-private: unable to
initialize environment lock: Function not implemented')'

TIA,

Glenn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top