<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 22 July 2014 12:34, Robert Gomulka <span dir="ltr"><<a href="mailto:r.gom1977@gmail.com" target="_blank">r.gom1977@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div><div><div><div>import colorama<br></div>colorama.init()<br></div>My prompt becomes garbled and tab completion stops working.<br>
</div>When I call colorama.deinit() they start working (and I still have colored output).<br><br></div>But when I remove colorama folder and start ipython, I have colors, but prompt is garbled after import stdout_tst.<br>


</div>Is there any hidden dependency? I'm lost at this point ...</blockquote></div><br></div><div class="gmail_extra">IPython doesn't use colorama at all, but I believe it and pyreadline (which IPython does use) both try to interpret ANSI escape codes and do the appropriate operations (e.g. changing colours) in the Windows console. Presumably if they're both active and trying to do the same thing, they conflict in some way.<br>

<br></div><div class="gmail_extra">Thomas<br></div></div>