Re: [wtr-general] Trying to run script on a VM with Windows XP Pro and getting errors for file paths

2012-03-27 Thread Željko Filipin
On Mon, Mar 26, 2012 at 2:43 PM, Joe Fl joeflec...@gmail.com wrote: C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- ruby-debug (LoadError) Looks like you so not have this gem installed: http://rubygems.org/gems/ruby-debug Željko --

Re: [wtr-general] Trying to run script on a VM with Windows XP Pro and getting errors for file paths

2012-03-27 Thread Joe Fleck
Hi Željko, Thank you for helping. I tried to install the gem but got the following error message: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Administratorcd .. C:\Documents and Settingscd .. C:\gem install ruby-debug

Re: [wtr-general] Trying to run script on a VM with Windows XP Pro and getting errors for file paths

2012-03-27 Thread Chuck van der Linden
do I need to install an earlier version of ruby? roll back ruby? no. Install dev-kit yes! http://rubyinstaller.org/add-ons/devkit/ I'd also recommend looking into PIK if you are on windows, it's a great way to manage ruby versions and have multiple versions installed. On Tuesday,

[wtr-general] Trying to run script on a VM with Windows XP Pro and getting errors for file paths

2012-03-26 Thread Joe Fl
Hello, I am trying to setup my VM to run my scripts against IE7. I installed GitBash to clone my qa_automation directory from Github plus installed Watir. When I try to execute one of my scripts I get the following error message: