How do I get Python and IntelliJ to live happily together?

hi all, I have a maven java project that I've been using in intellij since I purchased it last week. I have a bin directory in there that I have python scripts. I have added the Python facet to the project structure. I have set the run configuration to use my python SDK. All is well when I do that, however I cannot get intellij to recognize python code while I'm editing files.

Things like os and sys and os.path are marked as unresolvable.

How do I get java and py to play nicely together?

Here is an example of my facet page: http://www.dropmocks.com/m7Ld

Here is an example of the gray highlights saying unresolvable http://www.dropmocks.com/myo2

thanks

0

请先登录再写评论。