I am using PyCharm 3 on OS X. I've configured a Python Stackless binary in virtual env to be used as a project interpreter. It runs okay, and imports stackless
module, but in the editor it is showed with a red underline and PyCharm says it cannot resolve the import.
How can it be fixed? Should I do something with builtins config?