Re: [wtr-general] error running watir in mac

2010-02-11 Thread Željko Filipin
On Thu, Feb 11, 2010 at 6:17 AM, Moises Siles moises.si...@gmail.com wrote: LoadError: no such file to load -- appscript It looks to me that you do not have appscript, whatever that is, I am not really familiar with SafariWatir. Željko -- watir.com - community manager pledgie.com/campaigns/2982

Re: [wtr-general] error running watir in mac

2010-02-11 Thread Yuping Zhong
require rubygems = false Looks like you don't have rubygems. On Thu, Feb 11, 2010 at 5:54 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Feb 11, 2010 at 6:17 AM, Moises Siles moises.si...@gmail.com wrote: LoadError: no such file to load -- appscript It looks to me that

Re: [wtr-general] error running watir in mac

2010-02-11 Thread Moises Siles
so, what should I do to solve this? Thanks On Thu, Feb 11, 2010 at 9:59 AM, Ethan notet...@gmail.com wrote: 'require' returning false just means that it has already been required; true means it is being required for the first time. if rubygems were not installed, it would raise a LoadError.

Re: [wtr-general] error running watir in mac

2010-02-11 Thread Ethan
try sudo gem install rb-appscript On Thu, Feb 11, 2010 at 11:02, Moises Siles moises.si...@gmail.com wrote: so, what should I do to solve this? Thanks On Thu, Feb 11, 2010 at 9:59 AM, Ethan notet...@gmail.com wrote: 'require' returning false just means that it has already been required;

Re: [wtr-general] error running watir in mac

2010-02-11 Thread Moises Siles
ok, I will try and I'll let you know thanks! On Thu, Feb 11, 2010 at 10:05 AM, Ethan notet...@gmail.com wrote: try sudo gem install rb-appscript On Thu, Feb 11, 2010 at 11:02, Moises Siles moises.si...@gmail.com wrote: so, what should I do to solve this? Thanks On Thu, Feb 11,

[wtr-general] error running watir in mac

2010-02-10 Thread Moises Siles
Hi all, I'm new using watir, Can someone help me with this error $ irb simple-search.rb require rubygems = false require watir = true ? url = www.google.com = www.google.com ? ie = Watir::Safari.new LoadError: no such file to load -- appscript from