[ python-Bugs-1117761 ] BSDDB openhash
SourceForge.net
noreply at sourceforge.net
Mon Feb 7 10:24:06 CET 2005
Bugs item #1117761, was opened at 2005-02-07 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1117761&group_id=5470
Category: Extension Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrea Bolzonella (bolzonella)
Assigned to: Nobody/Anonymous (nobody)
Summary: BSDDB openhash
Initial Comment:
Python 2.4 (#1, Dec 8 2004, 18:57:30)
[GCC 3.3.3 (SuSE Linux)] on linux2
>>> import bsddb
>>> h = bsddb.hashopen('test','c',cachesize=100)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/home/alex/DLD/lib/python2.4/bsddb/__init__.py", line
288, in hashopen
bsddb._db.DBInvalidArgError: (22, 'Invalid argument --
DB->set_cachesize: method not permitted in shared
environment')
I replace bsddb.hashopen with a 2.3.3 version and it works.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1117761&group_id=5470
More information about the Python-bugs-list
mailing list