On Tue, Feb 10, 2009 at 10:34 AM, Jason Peery <[email protected]> wrote: > > Hey all, hope everyone is doing well this morning. Have a question, > was hoping someone here could help this newbie out real quick. I am > trying to get LovdByLess up and running, when I rake test or rake > lovdbyless:getting_started I get e message that says I do not have > hpricot installed: > > rake lovdbyless:getting_started > (in /home/caddiewo/public_html/niteomatic) > Missing these required gems: > hpricot = 0.6.164 > > You're running: > ruby 1.8.6.287 at /usr/bin/ruby > rubygems 1.3.1 at /home/caddiewo/.gem/ruby/1.8, /usr/lib/ruby/gems/ > 1.8 > > so then I run (and it seems to install ok) > > gem install hpricot > Building native extensions. This could take a while... > Successfully installed hpricot-0.6.164 > 1 gem installed > Installing ri documentation for hpricot-0.6.164... > Installing RDoc documentation for hpricot-0.6.164... > > > BUT, then when I go back to rake lovdbyless:getting_started, I get the > same message that I don't have hpricot installed! Same when I 'rake > test' > > rake test > (in /home/caddiewo/public_html/niteomatic) > Missing these required gems: > hpricot = 0.6.164 > > > I feel like I am running in circles... Any help? > Thanks! > JP >
What OS are you running? What happens when you require 'hpricot' in irb? cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
