jackjack-jj / pywallet

bitcoin wallet importer/exporter
499 stars 346 forks source link

Allow bsddb3 for compatibility with Gentoo #6

Closed Krellan closed 10 years ago

Krellan commented 10 years ago

Fix bsddb incompatibility with Gentoo

It is the same library, but unfortunately Gentoo renamed bsddb to bsddb3 when packaging it. If bsddb is not found, try importing bsddb3 instead, before reporting error. This works, to make pywallet successfully run on Gentoo.

Krellan commented 10 years ago

Cool, thanks!