Hi,

I tried adding require "rubygems" but i did not get the error
rectified ....and i got following

C:\>irb
irb(main):001:0> require "rubygems"
=> false
irb(main):002:0> require "watir"
LoadError: no such file to load -- watir
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `gem_original_require'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
        from (irb):2
irb(main):003:0> require 'watir'
LoadError: no such file to load -- watir
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `gem_original_require'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
        from (irb):3
irb(main):004:0>

C:\>

Please let me what i need to do further

Thanks in advance
Naveen




On Oct 22, 7:13 am, Bret Pettichord <b...@pettichord.com> wrote:
> Željko Filipin wrote:
> > > I'm using the latest release candidate of Ruby 1.8.6-27 on a PC
>
> > I do not think that is the problem, buthttp://watir.com/installation/
> > says: "We recommend using Ruby 1.8.6-26 with Watir 1.6."
>
> > Željko
>
> Zeljko,
>
> We say this because of a click-no-wait bug in 1.8.6-27. FYI, this bug is
> fixed in watir 1.6.5 (forthcoming).
>
> Bret
>
> --
> Bret Pettichord
> Lead Developer, Watir,www.watir.com
> Blog,www.io.com/~wazmo/blog
> Twitter,www.twitter.com/bpettichord
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to