On Wed, 18 Jul 2007 23:51:28 +0900, Parv G. wrote: > Hello, > > I'm trying to execute a script on my local machine which requires a file > on a remote machine. When i run the program on my local machine i get > an error saying that ruby couldn't load a file that is being required by > file on remote machine; both of these files are in the same directory > (on the remote machine). > Here's the error: > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- ExcelModule.rb > (LoadError) > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require' > from \\3833-9-CCC-w520\AutoLib\TestBed.rb:49 from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require' > from Registration.rb:7 You're trying to load from "\\3833-9-CCC-w520\AutoLib\TestBed.rb"? Try mapping the remote directory to a drive letter. --Ken -- Ken Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/