Hi Alister,

I have added PATH "c:\ruby\bin" to Environment variable.
Now my error is changed...
Following is the error I got.

-------------------------------------------
>ruby Watir Example.rb
ruby: No such file or directory -- Watir (LoadError)
>Exit code: 1
-----------------------------------------------------------------------

Thanks in advance.
Satish.



On Dec 19, 2:29 pm, satish <spanchumar...@gmail.com> wrote:
> Hi Alester, thank you very much for reply. I actully followed that
> instructions and now my installation problem is solved.
>
> Now if I run any simple program as .rb file in SciTe editor. They
> would not run. I get following error message. BTW.. this code runs in
> IRB tool in fxri program.
>
> >ruby Watir Example.rb
> >The system cannot find the file specified.
>
> Here is sample code I am executing...any thoughts...?
>
> ---------------------------------------------------------------------------­--
> require 'rubygems'
> require 'watir'
> b = Watir::Browser.new
> b.goto("http://www.google.com";)
> ---------------------------------------------------------------------------­---
>
> Appreacite your help.
> Thank you
> Satish.
>
> On Dec 18, 11:55 pm, Alister Scott <alister.sc...@gmail.com> wrote:
>
>
>
> > Glad you worked out what to do. This isn't Windows 7 specific, but
> > related to Ruby 1.8.6.26.
> > You can see this on the Watir 
> > FAQ:http://wiki.openqa.org/display/WTR/FAQ#FAQ-Ican%27tinstalltheWatirgem...-
> >  Hide quoted text -
>
> - Show quoted text -

-- 
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