[IronPython] NotImplementedError: bad mode: rb+

HEMMI, Shigeru textdirected at gmail.com
Tue Sep 5 02:13:03 CEST 2006


Hello, I want to use 'anydbm' module.
However, some feature missing. See below.
Is there a plan to add this feature?

IronPython 1.0.2420 on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import sys
>>> sys.path.append(r'C:\Python24\Lib')
>>> import anydbm
>>> d = anydbm.open('testing.db','c')
>>> d["foo"]="goo"
Traceback (most recent call last):
  File , line 0, in <stdin>##53
  File C:\Python24\Lib\dumbdbm.py, line 163, in __setitem__
  File C:\Python24\Lib\dumbdbm.py, line 129, in _addval
  File , line 0, in Make##49
NotImplementedError: bad mode: rb+
>>>



More information about the Ironpython-users mailing list