Hi John,
I'm still having the same issue as Charles. I can't get the engine to
run the 'example/flickr_report.rb' workflow.
I'm using ruby version: ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Got already installed prawn and atom-tools gems, but when I run: ~$
ruby -Ilib examples/flickr_report.rb
i get this error:
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- rufus/dollar
(LoadError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from ./lib/ruote/util/dollar.rb:26
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from ./lib/ruote/exp/flowexpression.rb:26
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from ./lib/ruote/exp/fe_add_branches.rb:25
... 10 levels...
from ./lib/ruote/engine.rb:2
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from examples/flickr_report.rb:5
Should I build ruote2.0.0 gem and install it?
Thanks for your help.
Kind regards.
Gonzalo.
On Sep 14, 5:51 pm, John Mettraux <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---