-
Notifications
You must be signed in to change notification settings - Fork 15
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
IPython version dependency #4
Comments
oh man, I suck at releasing.... Thanks for the report, I'll get on it after I get some sleep... we really should stop moving those APIs around in IPython though - a lot of this code I just grabbed from vim-ipython - and boy is it a mess after managing all version bumps from 0.11 on forward... I was a little too optimistic with 0.12 without testing anything... |
Yes. Yes you should :) |
I get a similar exception for ipython 2.0.0 (running the notebook), python 2.7.5 Traceback (most recent call last):
File "<...>/bin/bipython", line 9, in <module>
load_entry_point('bipython==0.1.2', 'console_scripts', 'bipython')()
File "<...>/lib/python2.7/site-packages/bipython/__init__.py", line 1769, in main
myrepl = URWIDRepl(event_loop, palette, interpreter, config)
File "<...>/lib/python2.7/site-packages/bipython/__init__.py", line 651, in __init__
self.ipython = self.connect_ipython_kernel()
File "<...>/lib/python2.7/site-packages/bipython/__init__.py", line 712, in connect_ipython_kernel
km.load_connection_file()
File "<...>/lib/python2.7/site-packages/IPython/kernel/connect.py", line 498, in load_connection_file
self.ip = cfg['ip']
KeyError: 'ip' |
setup.py
claims>= 0.12
, but it does not appear to work with 1.2.1 or 1.1.0:The text was updated successfully, but these errors were encountered: