I completely uninstalled Python and VPython to start from a blank slate. I installed Python 2.7.8 (most current release) using all of the defaults in the setup wizard, making sure to install to C:\Python27. I checked that it was there after installation and it was, IDLE ran fine too.
I downloaded the most current VPython from the website and started the setup wizard. I proceeded through and it did not come up with a "Can't find C:\Python27" message. When I finished the installation, VIDLE would not start from the shortcut. The setup had named the shortcut to C:\Python27\pythonw.exe C:\Python27\New Folder\Lib\site-packages\vidle\idle.py and start with to C:\Python27\New Folder\Lib\site-packages\visual\examples.
I checked both of these file locations and the files that should have been placed into C:\Python27\Lib\site-packages were placed in C:\Python27\New Folder\Lib\site-packages.
I moved the files from C:\Python27\New Folder into C:\Python27\Lib\site-packages and changed the shortcut targets to what you suggested, and then VIDLE ran.
Something still seems to be a little bit buggy, as when I try to run a program direct from VIDLE...so I think something may be messed up still. Is there a bad package released from VPython? Am I doing something wrong?
I majored in computer science and physics, so it is really frustrating that I can't get this to work!
Appreciate your help very much! Thanks.