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

Can't start bipython #17

Open
MattBlack85 opened this issue Feb 16, 2015 · 2 comments
Open

Can't start bipython #17

MattBlack85 opened this issue Feb 16, 2015 · 2 comments

Comments

@MattBlack85
Copy link

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?

@MarkusLohmayer
Copy link

I am having the same error having installed bipython through pip.
Actually I was seeing a different error yet before having installed a few more packages that also prevented me from starting the new ipython notebook so it may be a dependency issue ...
Now I am on this error too and still curious to try bipython.
greetings!

@fxlv
Copy link

fxlv commented Jul 24, 2016

Any luck solving this?
Just installed bipython from pip on OSX (python2.7) and see same error.

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

3 participants