From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Cannot open load file: inf-ruby Date: Thu, 02 Sep 2010 10:59:22 -0400 Message-ID: <20268.1283439562@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40924 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrBGR-0006sR-HM for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:59:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrBGL-00018b-14 for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:59:38 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:52967) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrBGK-00018P-UH for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:59:37 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L84002QBKAYEG70@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 09:59:23 -0500 (CDT) In-reply-to: Message from Nathan Neff of "Thu, 02 Sep 2010 07:48:34 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathan Neff Cc: nicholas.dokos@hp.com, emacs-orgmode Nathan Neff wrote: > I'm having trouble getting ruby scripts to run in org-babel. > > I'm running Org 7.01 trans. > > With this example, I get the message "Cannot load file: inf-ruby" after > I press C-c C-c with the cursor on the #+begin_src line > ob-ruby.el says: ,---- | ;;; Requirements: | | ;; - ruby and irb executables :: http://www.ruby-lang.org/ | ;; | ;; - ruby-mode :: Can be installed through ELPA, or from | ;; http://github.com/eschulte/rinari/raw/master/util/ruby-mode.el | ;; | ;; - inf-ruby mode :: Can be installed through ELPA, or from | ;; http://github.com/eschulte/rinari/raw/master/util/inf-ruby.el `---- HTH, Nick