Skip to content

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

@treymerkley

Description

@treymerkley

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       

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions