[BioPython] Dependency help: libssl.so.0.9.7

Peter biopython at maubp.freeserve.co.uk
Wed Jun 18 09:11:42 UTC 2008


On Tue, Jun 17, 2008 at 7:44 PM, Uri Laserson <laserson at mit.edu> wrote:
> Hi,
>
> I am trying to use some biopython packages, and it turns out there is an
> error when I try to import _hashlib:
>
>>>> import _hashlib
> Traceback (most recent call last):
> ...

Hi Uri,

I'm guessing you are trying to use Bio.SeqUtils.Checksum, but did you
mean "import hashlib"?  See http://code.krypto.org/python/hashlib/

Peter



More information about the Biopython mailing list