I am using PyCharm with iPython on Windows. The only Python I installed on the box is the latest Anaconda distribution, Python 3.4.
Very often when using the console, I get numerous instances of the following warning message:
tput: unknown terminal "emacs"
It mixes with normal output. Has anyone else experienced and / or fixed this? I dug both the iPython and PyCharm documentation, and found nothing.
source share