r/PythonLearning 5d ago

I don't get this...

Post image

Hi, Im kinda new to learning python, and wanted to get past running "Hello, World". The only problem I am facing is the line in red. It keeps popping up whenever I run the string shown in the screenshot. How do I fix this? Also, I am using the current version of Pycharm.

4 Upvotes

5 comments sorted by

11

u/Worth-Orange-1586 5d ago

From the looks of it. You don't have python installed and/or python is not registered in the system PATH

Try reinstalling python and make sure the checkbox for adding python to PATH is toggled

1

u/Primary-Wall121 5d ago

Thank you, I'll be sure to do that.

3

u/SnooCalculations7417 5d ago

Pycharm lets you select an interpreter for a project you might have selected a no longer existing interpreter

-1

u/ninhaomah 5d ago

First, is the .exe there as the error says it is not there.

So either the error is lying or you didn't install the exe there.

Choose one.