[Biopython] Error in Querying the KEGG API
ning luwen
bioinformaticsing at gmail.com
Fri Aug 7 02:56:54 UTC 2015
Dear All,
I followed the tutorial
http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc231 to learn KEGG
things in biopython, but without lucky, any suggestion?
>>> from Bio import KEGG
>>> from Bio.KEGG import Enzyme
>>> request = KEGG.get("ec:5.4.2.2")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'get'
>>> import Bio
>>> print Bio.__version__
1.65
--
regards,
luwen ning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython/attachments/20150807/d63416e8/attachment.html>
More information about the Biopython
mailing list