Okay yeap you are correct, it still works. Thanks -george -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris McMahon Sent: Thursday, June 22, 2006 1:29 PM To: [email protected] Subject: Re: [Wtr-general] Issue with gem 1.5.11037
It's a bogus error. I'm not sure what causes it. Do this to prove it to yourself: require 'watir' =>false include Watir =>Object and you're in business. -Chris On 6/22/06, George Flaherty <[EMAIL PROTECTED]> wrote: > I just uninstalled watir (1 click) 1.4.1, downloaded gem 1.5.1.11037. The > installation stated everything worked....but I can't load watir via irb? > Did I do something wrong? Or missing some path? I am using ruby 1.8.2 > (2004-12-25) [i386-mswin32] > > C:\usr\downloads>gem install watir > > C:\usr\downloads>"c:\usr\ruby\bin\ruby.exe" "c:\usr\ruby\bin\gem" > install watir Attempting local installation of 'watir' > Successfully installed watir, version 1.5.1.1037 Installing RDoc > documentation for watir-1.5.1.1037... > > C:\usr\downloads>irb > irb(main):001:0> require 'watir' > => false > irb(main):002:0> > > > thanks > -george > > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
