-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After installing all the components, when typing bipython into the terminal I get:
Traceback (most recent call last):
File "/bin/bipython", line 9, in <module>
load_entry_point('bipython==0.1.2', 'console_scripts', 'bipython')()
File "/usr/lib/python2.7/site-packages/bipython/__init__.py", line 1769, in main
myrepl = URWIDRepl(event_loop, palette, interpreter, config)
File "/usr/lib/python2.7/site-packages/bipython/__init__.py", line 651, in __init__
self.ipython = self.connect_ipython_kernel()
File "/usr/lib/python2.7/site-packages/bipython/__init__.py", line 708, in connect_ipython_kernel
self.echod(":IPython " + s + " failed", "Info")
TypeError: echod() takes exactly 2 arguments (3 given)
any idea?
Metadata
Metadata
Assignees
Labels
No labels