Python Plugin wrong library pointer
I have used Pycharm for a while now and I decided to switch over to Intellij because my scope has widened to more than just Python.
I've installed the plugin for Intellij, setup the interpreter to Python 2.7.12 (see pic below)
Everything is resolving fine but I have noticed that certain python standard libraries are not being found very well.
For instance the os.py. In the standard library it has an import path but with the plugin, this cannot be found. (image below)

When I went to checkout the os import (according to my interpreter), it sent me to /home/jeffrey/.IntelliJIdea2017.1/config/plugins/python/helpers/typeshed/stdlib/2/os/__init__.pyi instead of /usr/lib/python2.7/os.py.
Anything I am missing here?
Thanks in advance
Jeffrey Devloo
请先登录再写评论。
By clearing out the Libaries in the SDK selection to just point to the ones in /usr/bin/... I have resolved the issue myself.