cemerick / vim-fireplace

fireplace.vim: Clojure REPL tease, formerly foreplay.vim
2 stars 0 forks source link

Not Working with MacVim #4

Open zilvinasu opened 11 years ago

zilvinasu commented 11 years ago

Trying to execute :REPLStartProject in MacVim outputs the following:

Starting `lein repl` @ /Users/hoppipolla/Desktop/clj_book
Error detected while processing function fireplace#start_local..fireplace#pycall..fireplace#pycallk:
line    4:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'vim_nrepl' is not defined 
cemerick commented 11 years ago

That's bizarre, insofar as I've been using MacVim (nearly) exclusively…?

zilvinasu commented 11 years ago

Hmm do I understand correctly it's not finding nrepl-python-client ?

cemerick commented 11 years ago

vim_nrepl is a python module that is in the vim-fireplace repo. nrepl-python-client does need to be set up as a separate vundle (which I assume you already have in place, if you've been using my fork at all?).

zilvinasu commented 11 years ago

I am using your fork and it works fine on VIM through iTerm2, not sure why MacVim fails will try to figure out.