Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: global name 'send' is not defined #160

Open
treymerkley opened this issue Nov 15, 2017 · 0 comments
Open

NameError: global name 'send' is not defined #160

treymerkley opened this issue Nov 15, 2017 · 0 comments

Comments

@treymerkley
Copy link

I'm getting the following error. My Python is 2.7, IPython 3.2.3 (It looked like downgrading might've helped, but it didn't), and I remapped the keys to shift-enter, so it isn't a bash thing.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/trey/.vim/bundle/vim-ipython/ftplugin/python/vim_ipython.py", line 955, in dedent_run_this_line
    run_this_line(True)
  File "/home/trey/.vim/bundle/vim-ipython/ftplugin/python/vim_ipython.py", line 680, in f_with_update
    f(*args,**kwargs)
  File "/home/trey/.vim/bundle/vim-ipython/ftplugin/python/vim_ipython.py", line 734, in run_this_line
    msg_id = send(line)
NameError: global name 'send' is not defined       
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant