[BioPython] EUtils module

Srinivas Iyyer srini_iyyer_bio at yahoo.com
Thu Nov 9 01:49:38 UTC 2006


Dear Group,

I downloaded EUtils module. 

I am trying to reproduce the code given in :

http://www.dalkescientific.com/writings/diary/archive/2005/09/30/using_eutils.html

I am getting Errors. 

I want to know which databases in Entrez are supported
by EUtils.

Could any one please help me whats the problem.

Are not many people using EUtils. 

Thanks

>>> import EUtils
>>> dbs = EUtils.dblist()

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in -toplevel-
    dbs = EUtils.dblist()
AttributeError: 'module' object has no attribute
'dblist'
>>> dbinfo = EUtils.dbinfo("pubmed")

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in -toplevel-
    dbinfo = EUtils.dbinfo("pubmed")
AttributeError: 'module' object has no attribute
'dbinfo'






 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited



More information about the Biopython mailing list