我打开 cmd 并输入“pip install pexpect”,我确认它已安装。但是,当我使用 eclipse 时,它无法识别 pexpect。帮助将不胜感激。
问问题
357 次
1 回答
1
在终端中使用$easy_install --user pexpect。http://pythonhosted.org/distribute/easy_install.html
于 2013-05-22T12:28:03.203 回答