Context
- I am using PyCharm Version 2016.1.1
- This is an Editor display format (almost aesthetic) question, I have configured pycharm's interpreter correctly, and my codes can run no problem.
The question:
PyCharm has this nice feature of underlining syntaxes, if you invoke a function that does not exist in a module, pycharm underline that function. My problem is that, my pycharm is underlining all standard python modules and functions with a red wiggly line. And when you mouse over the wiggly line, a context tips appears saying "no module named module
". for example print()
super()
gets underlined, all imports like sys
tkinter
get underlined.
My code runs fine no problem, my interpreter is "3.5.1(C:\Anaconda3\python.exe)".