Hello all.. I am stymied. When I try to "import vpython" in VS Code, I get a response as follows:
import vpython
ModuleNotFoundError: No module named 'vpython'
I can enter import python and then run some commands in the CMD window and in IDLE, but not in VS Code. I run other Python programs in VSC so I know it works, but not VPython.
I've reinstalled Python several times and VS Code too. I've checked the path list and Python is there. I even copied the target address from "pip install vpython" and added it to the path, but nothing works.
Does anyone have a suggestion for what I can try?
Thanks, Jim