Python in Mandrake 8.0 BSDDB broken?

Oleg Broytmann phd at phd.fep.ru
Fri May 11 10:51:29 EDT 2001


On Fri, 11 May 2001, Sreekant Kodela wrote:
> I had M7.1 till now and just updated to M8.0 with Python2.0. I had
> Python 1.5.2 before. I made a large
> bsddb file with thousands of entries. It worked as a dream till now. Now

   This was probably linked with Berkeley DB 1.85.

> Python 2.0 refuses to open it.

   And this with Berkeley Db 2.0+

> It says bsddb.hashopen("catalog.db") is an error.
> bsddb.error: (22, 'Invalid argument')

   This error exactly means "Unknown file format".

> Is there anything I can do to recover the data, apart from reisntalling
> python 1.5.2 !

   db_dump_185
   db_load (from Berkeley DB utilities).

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