我创建了一个使用 selenium 自动执行在线任务的 python 脚本。该脚本在我的本地机器(Windows 7)上完美运行,并提供了我正在寻找的输出。我现在正试图在我的 hostmonster 共享服务器上启动并运行它,该服务器正在运行 linux 并且没有运气。
我已经在我的 win7 comp 和服务器上安装了这个版本的 selenium:pypi.python.org/pypi/selenium
Python 版本:2.7.5
我编写的脚本在“import selenium”处出现以下错误:ImportError: No module named硒
当我通过 ssh shell 登录服务器时,我可以输入“import selenium”并且没有收到任何错误。我也可以在 ssh shell 中输入“from selenium import webdriver”并且不会收到任何错误。
任何帮助/指导将不胜感激。