PyCharm can't resolve stackless

520 views Asked by At

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?

0

There are 0 answers