On Jan 12, 7:54 am, Joe Fl <joeflec...@gmail.com> wrote: > Sorry I setup a windows vm and the error above happens when I try and > run the script. > > On Jan 12, 10:06 am, Joe Fl <joeflec...@gmail.com> wrote: > how do I handle this? > > > C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in > > `require': cannot load such file -- common/helper_methods (LoadError) > > from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb: > > 36:in `require' > > from add_multiple_share_members_types.rb:7:in `<main>' >
One of the require statements in your script, or something called by it cannot find a dependency. Can you show us the 'require' lines from your script, specifically I think whatever is on line 7 Also do 'gem list' from the command line to get a list of installed gems. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com