Re: [Rails] Re: IRB can't require "nokogiri"
Just a hunch.. can you require any of the gems with mingw32 dependencies?
Greg Akins
Insomnia Consulting, LLC
gakins@insomnia-consulting.org
724 454 7790 (cell)
http://www.linkedin.com/company/2942338?trk=tyah
On Wed, May 29, 2013 at 7:14 AM, Love U Ruby <lists@ruby-forum.com> wrote:
> Peter Hickman wrote in post #1110491:
>> Can you require any of the others?
>>
>> Have you run
>>
>> require 'rubygems'
>>
>> first?
>>
>> Please put a little more effort into this
>
>
> C:\>irb --simple-prompt
>>> require "selenium-webdriver"
> => true
>>> require "watir-webdriver"
> => true
>>> require "nokogiri"
> LoadError: cannot load such file -- nokogiri
> from
> C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
> n `require'
> from
> C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
> n `require'
> from (irb):4
> from C:/Ruby193/bin/irb:12:in `<main>'
>>>
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/449e8cb81f8694415f52fe0177a21b99%40ruby-forum.com?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAC5Qo_2gbr8zCDx_c0rLmE1DYLpcX%3DNP57JiYWJTPUoNxfXz%3Dw%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home