Re: [wtr-general] >ruby NewScripts.rb NewScripts.rb:2:in `require': no such file to load -- watir (LoadError) from NewScripts.rb:2

2011-09-20 Thread Željko Filipin
On Tue, Sep 20, 2011 at 3:22 PM, Joe Fleck wrote: > test.rb:2:in `require': no such file to load -- rubygem (LoadError) It is: require "rubygems" Please notice "s" at the end. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-ge

Re: [wtr-general] >ruby NewScripts.rb NewScripts.rb:2:in `require': no such file to load -- watir (LoadError) from NewScripts.rb:2

2011-09-20 Thread Joe Fleck
Hi. Thank you for responding. I have install watir and ruby 1.8.7 successfully. I am just running a very simple script and here is the code: require "rubygem" # the Watir controller require "watir" # set a variable test_site = "http://ec2-50-16-74-103.compute-1.amazonaws.com/public/sign_in";

Re: [wtr-general] >ruby NewScripts.rb NewScripts.rb:2:in `require': no such file to load -- watir (LoadError) from NewScripts.rb:2

2011-09-20 Thread Željko Filipin
On Tue, Sep 20, 2011 at 3:35 AM, Joe Fl wrote: > NewScripts.rb:2:in `require': no such file to load -- watir Show us the code that causes the error. Do you have watir installed? Do you get the same error when you run the file from the command line? Maybe all you need to do is add this to the to

[wtr-general] >ruby NewScripts.rb NewScripts.rb:2:in `require': no such file to load -- watir (LoadError) from NewScripts.rb:2

2011-09-20 Thread Joe Fl
Hello. I need help. I have been trying to run my watir script on a window vista home machine with SciTe and I am getting the following error: >ruby NewScripts.rb NewScripts.rb:2:in `require': no such file to load -- watir (LoadError) from NewScripts.rb:2 I looked in many places and have