Can't open project

Answered

I have a django project that I haven't opened since around mid-2016. When I try to open it now in Pycharm 2016.3.2, almost none of the interface elements load: No project pane, event log, text editor etc. Attempts to activate these elements using the view menu have no effect. I'm not getting any error messages that I can find. Other projects open without issues.

0
2 comments

Hi Ryan, thank you for the report.
Please, upload your log file (Help| Show log) to http://uploads.jetbrains.com/ and tell us the file name. Thank you!

0
Avatar
Permanently deleted user

Thanks for the response. You set me on the right track and I resolved the issue.

The log showed this error:

2017-02-03 16:02:51,015 [ 57530] ERROR - llij.ide.plugins.PluginManager - Python SDK does not exist in home null nor in module Module: '[my project name]'
java.lang.AssertionError: Python SDK does not exist in home null nor in module Module: '[my project name]'

This was due to me recreating all my local interpreter configurations while working on another project. (In Settings -> Project -> Project Interpreter)

To fix the issue, I went to the project's interpreter settings and found that there was no interpreter selected. I chose one of my newly-configured interpreters and rebooted pycharm.

0

Please sign in to leave a comment.