ivanov / bipython

The indiscriminate bicurious interactive python interpreter (bpython + ipython)
BSD 3-Clause "New" or "Revised" License
99 stars 15 forks source link

Can't start bipython #17

Open MattBlack85 opened 9 years ago

MattBlack85 commented 9 years ago

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 commented 9 years ago

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 commented 8 years ago

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