On Tue, Sep 15, 2009 at 12:07 AM, Charles.Magid <[email protected]> wrote:
>
> char...@charles-laptop:~/githubcloned/ruote2.0$ ruby examples/
> flickr_report.rb
> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require': no such file to load -- ruote/engine
> (LoadError)

Good evening Charles,

welcome on this mailing list.

So the script doesn't see the engine. You have two options here :

a)

  ruote2.0$ ruby -Ilib examples/flickr_report.rb

or

b)

insert this as the first line of examples/flickr_report.rb :

---8<---
$:.unshift('lib')
--->8---

Don't forget to install the "prawn" and "atom-tools" gems (see head of
file examples/flickr_report.rb)


Final note : the pdf output doesn't work anymore, it used to work back
in June, but the prawn gem has changed since and a blank pdf is the
current disappointing result. Maybe you have some time on your own to
dig the prawn documentation (http://prawn.majesticseacreature.com/) to
fix the example. Help is welcome.


With my kind regards,

-- 
John Mettraux   -   http://jmettraux.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to