Hi,
I am using Python plugin on IntelliJ 14 Ultimate with conda as my virtual env manager.
I have chosen the Python SDK under Project Structure to point to the correct env directory that I am using and I can run the Python program from the Terminal window inside IntelliJ within that particular virtual environment. However the editor is showing a lot of red squilly denoting compile errors especially for all the imported libraries that I have fetched into the environment through conda install or pip install.
Is there other settings that I need to do to be able to use the IDE appropriately?
Thanks,
Suriyanto