mechanize:找不到指定的模块(unf_ext.so)

时间:2011-11-17 22:02:01

标签: ruby automation mechanize

我正在尝试使用Mechanize做一些事情,但我没有超越最基本的例子:

require 'rubygems'
require 'mechanize'

agent = Mechanize.new

看起来很简单,但我得到的只是这个错误:

:/Ruby193/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in 'require': 126: The specified module could not be found.
- D:/Ruby193/lib/ruby/gems/1.9.1/gems/unf_ext-0.0.3/lib/unf_ext.so (LoadError)

我尝试过的事情:

  • 直接安装gem unf_ext(虽然工作,但错误结果相同)
  • 捆绑安装
  • 捆绑更新

有一个Mechanize邮件列表,但似乎活动非常少。我想我可能会在这里回答我的问题。

我的环境是带有RubyMine的Windows 7。

更新:这是该团队目前(2011-12-07)正在开发的Devise中的一个错误。

0 个答案:

没有答案