ImportError:没有名为Bio.SeqUtils.ProtParam的模块

时间:2015-03-16 09:11:40

标签: module biopython

我正在尝试运行一个使用Biopython模块Bio.SeqUtils.ProtParam的脚本。我在Mac上,我安装了biopython。

提前感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

导入sys

打印(sys.path中)

查看该模块的路径是否在路径中,如果没有,您可能需要更新路径以包含它。