"Unable to resolve symbol: ___ in this context" is a Clojure compiler error thrown when the compiler encounters a symbol which has not been defined. A "symbol" with funky non-ASCII characters in it probably results from trying to load a binary file of some sort. "PK" is the magic number for a ZIP-compressed file, so you may be trying to load/compile a ZIP file or JAR file, instead of Clojure source code.
-Stuart Sierra clojure.com -- 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