I\'m using IntelliJ 10 IDEA Ultimate Edition.
I\'ve created a new file Test.py, and IntelliJ has correctly switched to Python parsing mode. (I can confirm this by t
Few steps that helped me (some of them are mentioned above):
Open project structure by:
command + ; (mac users)
OR
right click on the project -> Open Module Settings
-> + -> Python -> -> OK-> Python -> -> Project SDK -> -> Click OK.
Open Run/Debug Configurations by:
Run -> Edit Configurations
-> Click OK.