From: matt@... (matt neuburg) Date: 2007-05-24T12:30:05+09:00 Subject: Re: Getting a Ruby script to run on a colleague's Mac Sharon wrote: > I wrote a Ruby script that's working fine on my own Windows machine at > work. I wanted to share it with a colleague who uses a Mac at the > office, but I can't get it to run. > > The script needs several libraries, including the rss library. > > On my Windows machine, the script says > > require 'rss' > > and that works fine. I found the location of Ruby files on her machine, > but > > require '/usr/lib/ruby/1.8/rss' > > gives me an error that there's no such file. Why are you not saying simply require 'rss' just as in Windows? That works fine on my Mac; require '/usr/lib/ruby/1.8/rss' does not. m. -- matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/ Tiger - http://www.takecontrolbooks.com/tiger-customizing.html AppleScript - http://www.amazon.com/gp/product/0596102119 Read TidBITS! It's free and smart. http://www.tidbits.com