Python Forum
In Visual Studio Python is not properly installed - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: In Visual Studio Python is not properly installed (/thread-21282.html)



In Visual Studio Python is not properly installed - jalea148 - Sep-22-2019

ScREEn Shot


RE: In Visual Studio Python is not properly installed - perfringo - Sep-23-2019

There might be other problems as well but quite clearly you cant run hellow.py file with command 'python hellow.python', it should be 'python hellow.py'


RE: In Visual Studio Python is not properly installed - jalea148 - Sep-25-2019

(Sep-23-2019, 02:49 AM)perfringo Wrote: There might be other problems as well but quite clearly you cant run hellow.py file with command 'python hellow.python', it should be 'python hellow.py'
perfringo,
I believe you are correct about the syntax of that statement. I copied mine from the tutorial video. It still did not work. This image contains the error message. I tried to copy it with a select followed buy a copy. It would not copy. How do I capture that output?
screen capture
Thank you for all your help.


RE: In Visual Studio Python is not properly installed - jalea148 - Sep-26-2019

In case screen capture is unreadable here is another link
[Image: s!ApPUarHCMjuE0Wf2BzFBUPS6zTz3?e=7aufuN]


RE: In Visual Studio Python is not properly installed - snippsat - Sep-26-2019

python is not set in Windows Path.
See Python 3.6/3.7 and pip installation under Windows
Can either uninstall and install with Path marked on,or Fixing Path if needed in link.
Just to be clear it's called Environment Variables Path.
When python and pip command work from anywhere in command line(cmd/PS) or better cmder.

Then VS Code from start.