开发者

biopython import in Enthought Python Distribution?

开发者 https://www.devze.com 2023-03-17 05:26 出处:网络
I am using the Enthought Python Distribution v7.0-2 (32-bit) a开发者_运维问答nd I am having trouble importing biopython. Does anyone know how to import biopython in EPD? I can import other libraries l

I am using the Enthought Python Distribution v7.0-2 (32-bit) a开发者_运维问答nd I am having trouble importing biopython. Does anyone know how to import biopython in EPD? I can import other libraries like numpy, matplotlib, etc. with no problem, but import biopython is not recognized. What's going on?

Thanks in advance for the help.


You want:

import Bio

The tutorial documentation is a good place to get started learning about Biopython:

http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc6

0

精彩评论

暂无评论...
验证码 换一张
取 消