Python plugin for IntelliJ 2017

Answered

I'm trying to install the Python plugin for IntelliJ 2017.1.3 (IC-171.4424.56) but it is not working.  I installed 2017.1.171.4249.63 and I see it in the list of Plugins, but it's listed as red for some reason.  Looking at the logs, I see the error messages:

Cannot load resource bundle from *.properties file, falling back to slow class loading: com.jetbrains.python.PyBundle

Cannot find plugin Pythonid resource-bundle: come.jetbrains.python.PyBundle

 

It appears that the python plugin is not loading properly, and even after a "Invalidate / Restart", I still can't add Python as an SDK.

0
2 comments

Hi! Please try to reinstall it. You can also manually download Python plugin and install it from the disk:

If it hasn't helped, please send the log to pycharm-support@jetbrains.com.

0
Avatar
Permanently deleted user

This happens from a brand new install.  I rm -rf 'd the ~/.IdeaIC2017.1 directory and my installation directory, did a re-install, with not importing any previous settings.  I marked the .IdeaIC2017/system/log/idea.log and then did the Install plugin from disk... method.   There are only 3 lines in the log generated:

INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
INFO - Cannot load resource bundle from *.properties file, falling back to slow class loading: com.jetbrains.python.PyBundle
INFO - Cannot find plugin Pythonid resource-bundle: come.jetbrains.python.PyBundle

0

Please sign in to leave a comment.