Hi All, 

A really noob question.

Why do I get "FileNotFoundException Could not locate incanter__init.class 
or  incanter.clj on classpath:   clojure.lang.RT.load (RT.java:443)" when i 
load a file that uses incanter in emacs?
Here's the file...

(ns default.core
  (:require incanter core charts stats datasets))

(defn plot []
  (view (scatter-plot :Sepal.Length :Sepal.Width
                      :group-by :Species
                      :data (get-dataset :iris))))

(plot)

This works in lein repl just fine.
I'm using Emacs 24 and nrepl.el 0.1.8.

This issue was posted on Github way long back. Seems to be solved, but by 
simply upgrading emacs. Doesn't really work in my case.
Any advise?


-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to