0

I have a MSYS2 system, where I've installed python3.5 together with all of its dependencies. Furthermore, I've installed ipython using pip3.5 along with pyreadline 2.1. When I start ipython I get this prompt: completion broken

It is broken (as you can see on space between the brackets, and it does not complete any commmands - instead it inserts tabs. Anyone that have a clue what's wrong?

aagaard
  • 1,596
  • 2
  • 14
  • 28

1 Answers1

1

Yes, pyreadline is broken on windows, IPython will move away from readline on the next version (5.0). This should fix things.

Matt
  • 27,170
  • 6
  • 80
  • 74