[wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-25 Thread Rajiv Nanduani
Hi All, I am facing the problem while running my script It gives me an error like this C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile) from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-25 Thread Željko Filipin
On Wed, Aug 25, 2010 at 1:05 PM, Rajiv Nanduani < rajivkumarnandv...@gmail.com> wrote: > no such file to load -- win32screenshot How is this related to Watir? If it is, please show us your Watir code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podc

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-25 Thread Arihan
Have you installed gem install win32ole If yes use require 'win32ole' Regards Arihan Sent from my iPhone On 25 Aug 2010, at 12:05, Rajiv Nanduani wrote: Hi All, I am facing the problem while running my script It gives me an error like this C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-25 Thread Rajiv Nanduani
yes i have and with use(require 'win32ole') it did not work. One thing i forgot to mention that oci8 did not install so i use the direct gem install by get the gem oci8 from rubyforge site. but i am not sure is that related to that or not. in my framework we write the log details in dataabse ***

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 7:50 AM, Rajiv Nanduani < rajivkumarnandv...@gmail.com> wrote: > i try to install the oci8 by using this steps but it did not work Again, how is this related to Watir? If this is general Ruby question, you will get better replies at a Ruby list/forum/group. I do not know