我正在运行Windows 7(x64)并按照此页面上的示例操作:
http://blog.databigbang.com/web-scraping-ajax-and-javascript-sites/
我得到了类似的错误:
Traceback (most recent call last):
File ".\gartner.py", line 24, in
import com.gargoylesoftware.htmlunit.WebClient as WebClient
ImportError: No module named gargoylesoftware
运行脚本(使用最新的htmlunit-2.9):
>> jython -J-classpath "htmlunit-2.9/lib/*" gartner.py
我还尝试了this的第二个回答无效。
有什么建议吗? 感谢
EDIT1:
我通过系统环境变量将“htmlunit-2.9 / lib /”添加到我的类路径中。
>> jython gartner.py
与上述相同的错误。