biopython import in Enthought Python Distribution? -


i using enthought python distribution v7.0-2 (32-bit) , having trouble importing biopython. know how import biopython in epd? can import other libraries numpy, matplotlib, etc. no problem, import biopython not recognized. what's going on?

thanks in advance help.

you want:

import bio 

the tutorial documentation place started learning biopython:

http://biopython.org/dist/docs/tutorial/tutorial.html#htoc6


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -