Using Spyder Python(3.4) IDE version 3.0.0 on Windows.
I've set custom include paths via the PYTHONPATH Manager, but upon execution of the static code checker, I'll get "Unable to import [...]" error messages and further errors based on the missing imports.
How to make the static checker follow my custom paths?