Ruby:无法加载此类文件 - LoadError

时间:2016-01-20 18:58:27

标签: ruby-on-rails ruby rubygems

我有一个名为test.rb的ruby脚本文件。

该文件包含以下两个require语句:

require 'oauth'
require 'HTTParty'

我之前已经安装了两个宝石。

在终端中运行 ruby​​ test.rb 时出现以下错误:

  

/opt/rubies/ruby-2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in   require': cannot load such file -- HTTParty (LoadError) from /opt/rubies/ruby-2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 需要”           来自test.rb:2:在''

这里有什么不妥?

1 个答案:

答案 0 :(得分:1)

案件很重要。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:weightSum="3" android:orientation="horizontal"> <View android:id="@+id/thirdView" android:layout_height="wrap_content" android:layout_width="0dp" android:layout_weight="1" /> </LinearLayout>