Re: [IronPython] NotImplementedError: bad mode: rb+

2006-09-05 Thread Martin Maly
bject: [IronPython] NotImplementedError: bad mode: rb+ 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

[IronPython] NotImplementedError: bad mode: rb+

2006-09-04 Thread HEMMI, Shigeru
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 = a