使用Jython运行HtmlUnit

时间:2012-06-16 20:26:03

标签: jython htmlunit importerror

此问题类似于this onethis one

我正在运行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

与上述相同的错误。

0 个答案:

没有答案