From: Vasyl Smirnov Date: 2007-12-25T21:34:57+09:00 Subject: Re: Problem in loading files (require...) On Dec 25, 10:23 am, "Abir B." wrote: > Hello > I've installed VimMate, but when I run it I've the following error : > 'Module gtk2 is required to run this program' > But when I verify, I've a folder gtk2, gtk2.rb and gnome2.rb in > /usr/lib/ruby/site_ruby/1.8/ > > And I've the same problem with require 'SVG', I installed this gem from > a .gem file and I see it in : > /usr/local/lib/ruby/site_ruby/1.8/ Did you use "gem install ..." to install it? Looks like your have ruby installed in both /usr and /usr/local, which may surely lead to confusion.