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

Install troubles ('ZMQSocketChannel' object has no attribute 'execute') #20

Open
stsievert opened this issue Apr 16, 2015 · 5 comments
Open

Comments

@stsievert
Copy link

After running bipython after running ipython console or ipython kernel I get

> bipython
fatal: Not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
  File "/Users/scott/anaconda/bin/bipython", line 9, in <module>
    load_entry_point('bipython==0.1.3.-f261b78-', 'console_scripts', 'bipython')()
  File "/Users/scott/anaconda/lib/python2.7/site-packages/bipython-0.1.3._f261b78_-py2.7.egg/bipython/__init__.py", line 1860, in main
    myrepl = URWIDRepl(event_loop, palette, interpreter, config)
  File "/Users/scott/anaconda/lib/python2.7/site-packages/bipython-0.1.3._f261b78_-py2.7.egg/bipython/__init__.py", line 728, in __init__
    self.ipython = self.connect_ipython_kernel()
  File "/Users/scott/anaconda/lib/python2.7/site-packages/bipython-0.1.3._f261b78_-py2.7.egg/bipython/__init__.py", line 817, in connect_ipython_kernel
    self.send_ipython = kc.shell_channel.execute
AttributeError: 'ZMQSocketChannel' object has no attribute 'execute'

I'd really like to use bipython.

@CallumHoward
Copy link

I also encountered this same error, I'm unable to use bipython.

@abcdw
Copy link

abcdw commented Jun 30, 2015

up! I have the same error.

@bhargavrpatel
Copy link

I do not think that @ivanov is supporting this project anymore.

@stsievert
Copy link
Author

Agreed. When I was looking for replacements, I found ptpython. It's another interpreter with many of the same features -- auto completion, syntax highlighting, IPython integration and it can docstrings as you type.

@abcdw
Copy link

abcdw commented Jul 25, 2015

Thanks a lot. It's look good.

сб, 25 июля 2015, 20:25, Scott S. [email protected]:

Agreed. When I was looking for replacements, I found ptpython
https://github.com/jonathanslenders/ptpython. It's another interpreter
with many of the same features -- auto completion, syntax highlighting,
IPython integration and it can docstrings as you type.


Reply to this email directly or view it on GitHub
#20 (comment).

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

4 participants