Hi, Thanks for the quick reply, here is my setup:
Did fresh install: localhost:~/Desktop kyle$ sudo gem uninstall openwferu Successfully uninstalled openwferu version 0.9.10.653 localhost:~/Desktop kyle$ sudo gem install openwferu Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed openwferu-0.9.10.653 Installing ri documentation for openwferu-0.9.10.653... Installing RDoc documentation for openwferu-0.9.10.653... Tried to run one of the examples: localhost:/opt/local/lib/ruby/gems/1.8/gems/openwferu-0.9.10.653/examples kyle$ ruby scheduler_cron_usage.rb scheduler_cron_usage.rb:8:in `require': no such file to load -- openwfe/util/scheduler (LoadError) from scheduler_cron_usage.rb:8 (it's the same error for anything else that has a 'require openwfe' etc) Environment: localhost:/opt/local/lib/ruby/gems/1.8/gems/openwferu-0.9.10.653/examples kyle$ ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.9.1] localhost:/opt/local/lib/ruby/gems/1.8/gems/openwferu-0.9.10.653/examples kyle$ gem -v 0.9.2 localhost:/opt/local/lib/ruby/gems/1.8/gems/openwferu-0.9.10.653/examples kyle$ gem list *** LOCAL GEMS *** actionmailer (1.3.3, 1.3.2) Service layer for easy email delivery and testing. actionpack (1.13.3, 1.13.2) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.2.3, 1.2.2) Web service support for Action Pack. activerecord (1.15.3, 1.15.2) Implements the ActiveRecord pattern for ORM. activesupport (1.4.2, 1.4.1) Support and utility classes used by the Rails framework. fastthread (1.0) Optimized replacement for thread.rb primitives libxml-ruby (0.3.8.4) LibXML2 bindings for Ruby openwferu (0.9.10.653) an open source ruby workflow and bpm engine rails (1.2.3, 1.2.2) Web-application framework with template engine, control-flow layer, and ORM. rake (0.7.2) Ruby based make-like utility. RedCloth (3.0.4) RedCloth is a module for using Textile and Markdown in Ruby. Textile and Markdown are text formats. A very simple text format. Another stab at making readable text that can be converted to HTML. rote (0.3.4) Adds template-based doc support to Rake. sources (0.0.1) This package provides download sources for remote gem installation tidy (1.1.2) Ruby interface to HTML Tidy Library Project Hope this helps get to the bottom of this. Cheers, Kyle On 5/6/07, John Mettraux <[EMAIL PROTECTED]> wrote: > > 2007/5/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > Hi, > > I tried installing openwferu on both windows and os x. I installed the > > gem per instructions on the website on both machines. > > When trying to run the examples I get similar errors, on os x I get: > > > > openwferu.rb:7:in `require': no such file to load -- openwfe/util/ > > scheduler (LoadError) > > from openwferu.rb:7 > > > > on windows: > > C:\ruby\samples>ruby testrufus.rb > > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in > > `require__': no > > such file to load -- openwferu (LoadError) > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 21:in `re > > quire' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:182:in > > `activate' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:181:in > > `activate' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 26:in `re > > quire' > > from testrufus.rb:4 > > > > On both machines I have rails working installed from gem, so I don't > > think the problem is with my config. The openwfer-0.9.10.654 files > > show up in ruby/lib. Any advice would be appreciated, openwferu seems > > like it'd be pretty cool, if only it would install correctly. > > Hi Kyle, > > thanks for the feedback. > > could you attach your testrufus.rb and tell me which versions of Ruby > you have (and which version of RubyGems) ? > > > Thanks in avance, > > -- > John Mettraux -///- http://jmettraux.openwfe.org > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" 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/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
