On 25/10/12 18:01, larry google groups wrote:
(:require clojure.string clojure.java.io who-is-logged-in.memory_display
            [clojure.data.json :as json])

I don't like this line...

try:

(:require [clojure.string :as st]
            [clojure.java.io :as io]
            [clojure.data.json :as json]
[who-is-logged-in.memory_display :as who]) ;;assuming this is an ns you can reach

also try deleting all your class files and recompile...keep your eye on the mailing list cos I think something changed with data.json...there is a discussion currently going on...

Jim

--
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

Reply via email to