|
From: ivan <iv...@ko...> - 2001-01-09 04:10:44
|
I was playing around with "anydbm" module, and I could not get it to work.
Basically it seems that it needs "whichdb" module. I was unable to find it
in the \lib directory as well. However, "dumbdbm" seems to be working.
Should I be using it instead of "anydbm"?
my code:
>>> import anydbm
>>> tmpDB = anydbm.open("testing", 'w')
Traceback (innermost last):
File "<console>", line 1, in ?
File "D:\jython\Lib\anydbm.py", line 71, in open
ImportError: no module named whichdb
Thanks,
any feedback is appreciated
_I
|