From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.13.12 with SMTP id z12cs1170185ebz; Sun, 3 Jan 2010 14:17:00 -0800 (PST) Received: by 10.224.117.82 with SMTP id p18mr10812566qaq.266.1262557019679; Sun, 03 Jan 2010 14:16:59 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 11si26702521qyk.44.2010.01.03.14.16.59; Sun, 03 Jan 2010 14:16:59 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0D8DC15B802E; Sun, 3 Jan 2010 17:16:59 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 797C715B802A for ; Sun, 3 Jan 2010 17:00:29 -0500 (EST) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1NRYUu-00037k-U6 for sup-devel@rubyforge.org; Sun, 03 Jan 2010 14:00:28 -0800 From: William Morgan To: sup-devel In-reply-to: <1262290995.91.0.416495320944.issue39@masanjin.net> References: <1262290995.91.0.416495320944.issue39@masanjin.net> <1262290995.91.0.416495320944.issue39@masanjin.net> Date: Sun, 03 Jan 2010 14:00:28 -0800 Message-Id: <1262555973-sup-6555@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-devel] [issue39] Exception running Sup while following the Instructions to fix UTF-8 X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org 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 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel