From: Lance Squire Date: 2006-08-05T02:44:19+09:00 Subject: Re: Ruby can't see RMagick installed from gem on FC4 unknown wrote: > in short > > - you've got RMagick installed correctly > > - you've posted two errors caused by typos > > 1) RMagick vs Magick > > 2) require 'rmagick' vs. require 'RMagick' > > > the example i posted showed how to do both correctly. > O.K.... :) Still no Love... This change: def make_thumb(location, image, thumb) require 'rubygems' require_gem 'RMagick' include Magick pic = Magick::Image.read(location + image) Produces this error: Could not find RubyGem RMagick (> 0.0.0) -- Posted via http://www.ruby-forum.com/.