Reputation: 26671
I use PyCharm for development for Google App Engine. Now I'm trying it with Ubuntu Linux and I installed it and run it but the buttons to the upper right are greyed out and I don't know what to do about it. What can be done to run the project?
Upvotes: 3
Views: 8852
Reputation: 466
For completeness, you need: - a configuration (Run, Debug..., Edit Configurations...) - the indexing has to be finished
I had the latter in a big project and couldn't figure out why debugging was not possible :p Hope it helps someone else. This was the first result for me on google.
Upvotes: 0
Reputation: 97328
You need to go to Run | Edit Configurations... and create a Google App Engine run configuration for your project.
Upvotes: 6