Reformatted excerpts from anonymous's message of 2009-12-31: > --- RuntimeError from thread: main > no Redwood::SentManager instance defined in method call to i_am_the_instance! > ./lib/sup/util.rb:512:in `method_missing' > /usr/lib/ruby/1.8/sup/sent.rb:10:in `initialize' > ./lib/sup/util.rb:524:in `new' > ./lib/sup/util.rb:524:in `init' > ./lib/sup.rb:124:in `start' > bin/sup:143
Soemthing is screwey with your setup---you're loading most files from ./lib, but sent.rb is being loaded from an old version of an installed gem. Are you missing ./lib/sent.rb? If not, does this still happen if you uninstall the Sup gem? -- William <[email protected]> _______________________________________________ Sup-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-devel
