Bewildr gem issue
Hi,
I have installed:
IronRuby 1.1, Ruby187, Bewildr gem
When I try to require the gem bewildr in Ironruby using ir in cmd
prompt I get the following error:
>>> require 'rubygems'
=> true
>>> require 'bewildr'
C:/Program Files/IronRuby 1.1/Lib/ruby/1.9.1/rubygems/custom_require.rb:29:in `require': no such file to load -- bewildr (LoadError) from C:/Program Files/IronRuby 1.1/Lib/ruby/1.9.1/rubygems/custom_require.rb:29:in `require' from (ir):1
Can anyone help me with this error??
Thanks in advance,
Sophia
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Sophia on 24 Sep, 2012 05:32 AM
Please can someone provide the solution for this problem?
Support Staff 3 Posted by Eric Hodel on 24 Sep, 2012 05:24 PM
It seems you have not installed the bewildr gem in ironruby. Does
igem list bewildrshow the gem? Doesigem which bewildrshow a "bewildr.rb"?4 Posted by Sophia on 15 Nov, 2012 05:13 PM
yes. it shows bewildr.rb file's path
C:/IronRuby/Lib/ruby/gems/1.9.1/gems/bewildr-0.1.14/lib/bewildr.rb
Nick Quaranto closed this discussion on 19 Dec, 2012 01:16 AM.