[Jython]ImportError: no module named dbhash

Oleg Broytmann phd at phd.pp.ru
Fri Feb 1 05:37:23 EST 2002


On Fri, Feb 01, 2002 at 11:28:02AM +0100, Bertrand Geston wrote:
> I tryed to do open a shelve file created with Python 2.1 (CPython or Cython
> or ... ? I mean the original one) in Jython 2.1 and I received this error in
>  ..\Lib\anydbm.py, line 85, in open

   dbhash is not a full-blown module, but just a wrapper for DerkeleyDB
database API. Jython evidently does not have it.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list