【发布时间】:2015-01-15 17:49:09
【问题描述】:
在我的 Python27 库中没有 ssh.py 文件。因此在 PyScripter 中我看到了这个错误:
>>> import ssh
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
ImportError: No module named ssh
解决方法是什么?
谢谢, 阿米特拉
【问题讨论】:
标签: python python-2.7