I use PyCharm to develop Google app engine python application. I updated it to newer version recently. After the update it started showing me this:
"error: please specify a valid app engine SDK folder"
This PyCharm error came up whenever tried to launch the application.
I tried finding the location of Google app engine SDK and it took me some time to figure it out. If you are also looking for fixing the same, here is where you should point PyCharm to:
Hope this help.
PS: If you are find its broken after updating app engine app to newer version open the app as it requires setting it up again after updating.
"error: please specify a valid app engine SDK folder"
This PyCharm error came up whenever tried to launch the application.
I tried finding the location of Google app engine SDK and it took me some time to figure it out. If you are also looking for fixing the same, here is where you should point PyCharm to:
/usr/local/google_appenginethat's a symlink that links to the Google App engine SDK.
Hope this help.
PS: If you are find its broken after updating app engine app to newer version open the app as it requires setting it up again after updating.