You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: