*SOLVED* PyCharm 2017.1.3 won't open project
已完成
System: Fedora 25, kernel 4.10.6-200.fc25.x86_64
Build: 2017.1.3
I installed PyCharm tonight, and opened a project I have locally via the 'Welcome to PyCharm' splash page. Everything worked great. I closed out, came back later and when I opened the project it asked me to make the ./.idea/Workspace.xml readable, so I ran chmod 664 and it still complained. I tried quitting out and doing it again. Finally I deleted the entire folder from /usr/lib that I had untarred: rm -rf ./pycharm-2017.1.3/ and also the settings in my home directory: rm -rf ~/.PyCharm2017.1/
I thought this was the nuclear option but when I reinstalled it remembered my credentials? Nevertheless the result is the same and I can't open the project in any way.
请先登录再写评论。
To be clear, I click the project in the Open Project dialog and it just goes to a blank IDE with no project context (no toolbars, all project sensitive controls in the dropdowns greyed out)
OK, so I looked at permissions of the folder where my project was : ls -l /usr/bin/project and it was owned by root. I ran chown -R user and now it seems like we're good. otherwise I would have needed to run Pycharm as root to make it work.