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:
Comments
Post a Comment