I just updated to IntelliJ 10.5 and it says the Python plugin (v.2.6.6) is not compatible. There doesn't seem to be an update or anything; is there a workaround?
I just updated to IntelliJ 10.5 and it says the Python plugin (v.2.6.6) is not compatible. There doesn't seem to be an update or anything; is there a workaround?
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
The only explanation that I see for that is that you have multiple copies of the Python plugin (perhaps one under the IDEA installation directory and one in the proper plugins directory). The version 2.7.1 of the plugin is compatible with IntelliJ IDEA 10.5.1.
This still isn't working. I'm using IU-107.322 (10.5.1) and after installing the Python plugin and restarting IntelliJ it says it's incompatible. The plugin info shows the version to use is 2.7.1, which appears to be the most recent version.
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
I just upgraded on linux from 10.0 to 10.5.1 and the python plugin promted me to upgade, and I did.
However, no syntax highlighting is working for me.
I also tried removing the plugin and re-installing it to no avail.
Any suggestions? Where are the two directories you refer to as possibly being in conflict? I searched my plugins directory (i keep IDEA in a directory on my fedora desktop) but did not find anything with python in it.
Please make sure that the .py extension is associated with the Python file type in Settings | File Types.
I just upgraded on linux from 10.0 to 10.5.1 and the python plugin promted me to upgade, and I did.
However, no syntax highlighting is working for me.
I also tried removing the plugin and re-installing it to no avail.
Any suggestions? Where are the two directories you refer to as possibly being in conflict? I searched my plugins directory (i keep IDEA in a directory on my fedora desktop) but did not find anything with python in it.
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Bob,
A new version of the Python plugin fully compatible with IntelliJ IDEA 10.5
will be published approximately at the time of the final 10.5 release.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
I just updated to IntelliJ 10.5 and it says the Python plugin (v.2.6.6) is not compatible. There doesn't seem to be an update or anything; is there a workaround?
Thanks!
Mark
Hello Mark,
There will be an update later today.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Deleted - never mind, it wasn't working because I didn't have YAML installed.
Hello Chris,
The only explanation that I see for that is that you have multiple copies
of the Python plugin (perhaps one under the IDEA installation directory and
one in the proper plugins directory). The version 2.7.1 of the plugin is
compatible with IntelliJ IDEA 10.5.1.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I just upgraded on linux from 10.0 to 10.5.1 and the python plugin promted me to upgade, and I did.
However, no syntax highlighting is working for me.
I also tried removing the plugin and re-installing it to no avail.
Any suggestions? Where are the two directories you refer to as possibly being in conflict? I searched my plugins directory (i keep IDEA in a directory on my fedora desktop) but did not find anything with python in it.
Hello erikb,
Please make sure that the .py extension is associated with the Python file
type in Settings | File Types.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
rm -rf .IntelliJIdea10/
And then a fresh download and install of the python plugin did the trick.