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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -