I\'m running a python script and it used to work (it even does on my other laptop right now) but not on my current computer - I just get the error code:
Proce
I encountered the same error when running .py in PyCharm on Windows. Inspired by https://thenewboston.com/forum/topic.php?id=10088, I uninstalled and reinstalled Python. When reinstalling, I checked the ADD PYTHON TO THE PATH Option. After recreating the virtual environment in PyCharm, the error was gone.
Update: On another Windows PC (64-bit), I encountered the same error where reinstalling Python was not enough. I tried two things.
python-3.6.4-amd64.exe instead of python-3.6.4.exeBetween the two actions, the error was gone.