Updated version of Python plugin for IDEA 8 and 9
June 11th, 2009 by yoleToday we’ve released an updated version of the Python plugin, with support for both IntelliJ IDEA 8 and “Maia” EAP. New features of the plugin include:
- Graphical test runner
- Python facet (allowing to work with Python scripts in Java and other modules)
- Several new quickfixes
- Code completion, syntax highlighting and editing improvements
You can find detailed release notes and screenshots of the new plugin on our Confluence space.
Tags: python

September 8th, 2009 at 10:10 am
Hi
I am a IDEA user for a long time now, using it to manage our Java projects. Today I installed the Python plugin (on IDEA 8.1), and it seems to be performing as expected, except for one big thing: the editor seems to not recognize python syntax. The .py files themselves seem to be being recognized, as the project view show the tree of files as being valid Python source files. But as I bring a source file into the editor, no keywords or other language specifics highlight in the window. The text shows in plain black-and-white. Also, code completion and type ahead are not working at all. It is as if the editor thinks the .py file is just a plain text file, despite the fact the .py type is properly set in the file types list of recognized types.
Do you know of any hidden setting that could be causing this behavior? I would hate to give up on IDEA as my Python IDE, since it is so good when working in Java, and I belive much of that hability is already in the plugin.
Cheers,
Ivo Busko
Space Telecope Science Institute
Baltimore, MD, USA
June 29th, 2010 at 8:08 pm
I have the same issue as described by Ivo Busko. But I Use Idea 9. Can some help please?
Regards
/Anand
June 30th, 2010 at 9:28 am
Anand,
Please go to Settings | File Types and make sure that the .py extension is mapped to the Python file type, rather than plain text.
July 19th, 2010 at 1:14 pm
I have intellij 9.0.2 and I can’t compile my python program.
it does not recognize, .pyd files it can not recognize datetime etc module although it recognized/hilited the .py file syntax.
any help ? in anycase does any one have the “How to set up python in intellij ” ? document ?
July 19th, 2010 at 3:56 pm
It worked for me!
Just install “ActiveState” Python
install cx_oracle
add python SDK in your intellij
and it will work.
although, it does not recognize all the imported packages and “Underlines” them saying unresolved package!, but if you run the program it works!
August 11th, 2010 at 9:53 am
can you tell me, please, how you add python sdk? In IDEA configuration in checkbox “use specified interpreter” only “” exist.
screenshot is here http://gyazo.com/1f37a3c2a88d3d0c825973c2e8970f32.png
August 11th, 2010 at 9:53 am
can you tell me, please, how you add python sdk? In IDEA configuration in checkbox “use specified interpreter” only “project default” exist.
screenshot is here http://gyazo.com/1f37a3c2a88d3d0c825973c2e8970f32.png
August 13th, 2010 at 4:55 am
sorry to trouble you, i find decision, and now it works!