Title: Install problem?
I just reinstalled WATIR using the GEM file instead of the one-step install.  Now it works.  Thank you.
 
 
Ben
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Cain, Mark
Sent: Tuesday, July 18, 2006 1:30 PM
To: [email protected]
Subject: Re: [Wtr-general] Install problem?

I just remembered, one of the last times I installed ruby (either rc 3 or final I can’t remember which) blew away ALL of my path information.  You might check to make sure ruby/bin and ruby/lib are in your path environment variable.

 

--Mark

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simo, Ben
Sent: Tuesday, July 18, 2006 12:21 PM
To: [email protected]
Subject: Re: [Wtr-general] Install problem?

 

Mark,

 

Thanks, but that didn't seem to fix the problem.  I am having the same problem on two different Windows XP PCs (one SP1, the other SP2). 

 

Ben

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Cain, Mark
Sent: Tuesday, July 18, 2006 8:14 AM
To: [email protected]
Subject: Re: [Wtr-general] Install problem?

I have always had to install rubygems for a new ruby install.

 

Get the gem here:

http://rubyforge.org/projects/rubygems/

 

Download it somewhere.  Open a command prompt and navigate to where you downloaded it.  Type gem install rubygems*.gem

 

This fix the same problem for me on a new install.

 

Hope this helps,

 

--Mark

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simo, Ben
Sent: Monday, July 17, 2006 3:45 PM
To: [email protected]
Subject: [Wtr-general] Install problem?

 

Hello,

I have just installed Ruby and WATIR on a Windows XP box.

When I try to run the unit tests, I get an error stating that "gem_original_require" is missing.

 

C:\watir\unittests>all_tests.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- watir (LoadError)

        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from C:/watir/unittests/../unittests/setup.rb:4
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from C:/watir/unittests/all_tests.rb:4

 

I'm not sure if it matters: when I installed WATIR from the .exe package, I got errors about not being able to write to c:\watir until I manually created the directory.  I manually created the c:\watir directory and then installed to it.

Any ideas why I can't run the all_tests.rb script?

Thank you,

Ben Simo

 


The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer.


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to