I have installed vpython (check http://vpython.org/ ) in python 3.6 (and Windows 10) from cmd by typing pip install vpython
, and it installed successfully.
But when I type from vpython import *
in IDLE, even after a couple of reinstalling, it's redirecting me to localhost:50484
, and I can't do any Vpython stuff in IDLE.
What should I do to fix the issue, and run VPython on my PC properly ?
After googling up, I think my problem of vpython is pretty unique.
I have tried installing the Vpython by opening the
cmd
with administrative permission.Then I wrote the lines on python console:
Here is the output what I got: