From: Michael Linfield Date: 2007-08-16T05:32:27+09:00 Subject: Ruport::DataSet unitialized constant? even runnin the simplest program such as this - require "rubygems" require "ruport" require "ruport/util" stuff = Ruport::DataSet.load("filename.csv") ### gives me the error of uninitialized constant Ruport::DataSet (NameError) any idea why it cant find it even though ive doin all the -- gem install ruport -y -- and what not? Thanks :D -- Posted via http://www.ruby-forum.com/.