biopython

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Sep 9 16:16:07 EDT 2008


En Tue, 09 Sep 2008 05:53:19 -0300, Beema Shafreen  
<beema.shafreen at gmail.com> escribió:

> Hi all,
> I am using Biopython to fetch pumed Id's ,The module i use is (from Bio
> import Entrez)
>
> But i am getting this error
>
>>>> from Bio import Entrez
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: cannot import name Entrez
>
>
> what should i do know can anybody suggest me an alternative for this

Ensure that you don't have *another* Bio module that is being imported  
instead of the true one.

-- 
Gabriel Genellina




More information about the Python-list mailing list