From: Austin Ziegler Date: 2005-10-02T02:56:32+09:00 Subject: Re: SQLite / Ruby on Windows? On 10/1/05, basi wrote: > Install completed, however, when requiring, I get this: > > irb(main):001:0> require 'sqlite3' > => false This part is probably because of a bug in RubyGems that I *think* is being looked at. Check to see if the Sqlite3 constant (I *think* that's the one) has been added. > irb(main):002:0> require 'sqlite3-ruby' > LoadError: No such file to load -- sqlite3-ruby This is the name of the gem, not the item to require. -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca