From: Bret Pettichord Date: 2010-10-23T01:13:21+09:00 Subject: Re: cannot load watir --001636498f318301bb049336eb8e Content-Type: text/plain; charset=ISO-8859-1 require 'rubygems' require 'watir' On Fri, Oct 22, 2010 at 11:05 AM, Junkone wrote: > as you can see, i have the watir gem installed but cannot load it in > irb. dont know how to troubleshoot this. > > U:\>irb > irb(main):001:0> require 'watir' > LoadError: no such file to load -- watir > from (irb):1:in `require' > from (irb):1 > irb(main):002:0> exit > > U:\>gem list --local watir > > *** LOCAL GEMS *** > > watir (1.6.6) > > U:\>ruby -v > ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32] > > U:\>irb > irb(main):001:0> require 'watir' > LoadError: no such file to load -- watir > from (irb):1:in `require' > from (irb):1 > irb(main):002:0> > > > > -- Bret Pettichord Lead Developer, Watir, www.watir.com Blog, www.io.com/~wazmo/blog Twitter, www.twitter.com/bpettichord --001636498f318301bb049336eb8e--