Hi everyone,
I am new to Python and currently doing the 'Python for Everyone' course from Esri Training and I am stuck on Exercise 1 - Step 4. The run button is greyed out for me on PyCharm, despite me following all of the steps. I don't know what to do from here, any help? Only deviation I made was that I extracted the training material to a different folder to the one specified (this shouldn't matter). It comes up with some errors, but even when rectified, the run button still doesn't activate. Pictures of this is attached.
Hi AmritpalMundra,
Looking at the screenshots you provided, it looks like the project needs to know the interpreter to be able to run the script. We can verify that it is set right back in step 3 In the Run Python Scripts exercise note2 (PythonForEveryone.png). When it is set for the project near the top of PyCharm the Add Configuration will be replaced by which script you would want to run (PythonForEveryone2.png).
Verify those settings and let me know if that works, if not we will go from there.
Thanks,
Jeff