[BioPython] Entrez

Christof Winter winter at biotec.tu-dresden.de
Thu Jun 26 15:53:23 UTC 2008


binbin wrote, On 06/26/08 17:35:
> Hei,
>         Am using biopython 1.45
>         
>         my problem is as follow
>         
>         
>         >>> from Bio import GenBank
>         >>> from Bio import Entrez
>         Traceback (most recent call last):
>           File "<stdin>", line 1, in <module>
>         ImportError: cannot import name Entrez
>         
>         I could not import Entrez. was it deleted from Bio?

Import works fine for me, so I don't think it has been deleted. With my Linux 
installation, I can do

locate Entrez

which finds
/var/lib/python-support/python2.5/Bio/Entrez

HTH,
Christof



More information about the Biopython mailing list