python 3.5 console not able to type the 'c' key

0

I have a very strange problem when using the python3 console. Whenever I type c (the actual c character) what gets written is the <tab> character. So in essence I can't type anything that requires the character c. Has anyone else encountered this problem? How have you solved?

The python2.7 console behaves correctly, this is only seen in the python3 console. I'm on a macbook pro, with iTerm 2.

pretobomba

Posted 2016-12-28T20:13:56.223

Reputation: 101

Answers

0

So it turns out there was a .pythonrc file in my user home, which was the root cause for this behavior. Changing the file fixed it.

pretobomba

Posted 2016-12-28T20:13:56.223

Reputation: 101