Connecting Tech Pros Worldwide Help | Site Map

How to install Watir

Newbie
 
Join Date: Jun 2007
Location: Tamilnadu
Posts: 29
#1: Sep 8 '08
Hi,

I am trying to install watir (ruby gem).
But I am getting the following error:

ERROR: While executing gem ... (RuntimeError)
Error instaling watir:
watir requires win32-process >= 0.5.5

Please help me to install the watir.

Thanks,
Susintha
Expert
 
Join Date: May 2007
Posts: 213
#2: Sep 8 '08

re: How to install Watir


It sounds like your win32-process is not supported by Watir. You might try the following:
Expand|Select|Wrap|Line Numbers
  1. gem update --system 
  2. gem install watir --include-dependencies
  3.  
Newbie
 
Join Date: Mar 2009
Posts: 2
#3: Mar 5 '09

re: How to install Watir


I have installed Ruby . I have admin rights but still after executing the command for installing the watir, i am getting error message...

gem update --system

Following Error message is getting displayed
Expand|Select|Wrap|Line Numbers
  1. [b]Error : http://gems.rubyforge.org/ does not appear to be a repository
  2. Error : while executing gem...<Gem:RemoteFetcher::FetchError>
  3. Errno :ECONNREFUSED: No connection could be made because the target machine actively refused it. -connect<2> <http://gems.rubyforge.org/yaml>[/B\
  4.  
Expert
 
Join Date: May 2007
Posts: 213
#4: Mar 6 '09

re: How to install Watir


I'm not sure what that means, but it sounds like it might be a problem with the rubyforge server.
Newbie
 
Join Date: Mar 2009
Posts: 2
#5: Mar 6 '09

re: How to install Watir


Is there any contact information where in which I can get help for Watir installation ?
Expert
 
Join Date: May 2007
Posts: 213
#6: Mar 6 '09

re: How to install Watir


Possibly here. Have you tried gem update --system again recently?
Reply