From: Bruce S. <ba...@an...> - 2001-03-30 14:53:30
|
--On Friday, March 30, 2001 09:33 -0500 DJ Connor <dj_...@ho...> wrote: > I am VERY new to vpython and am just trying to get a demo to run on my > computer. I have loaded a few demo programs (including glinfo.py) and > tried to run them and nothing happens (a sepate display window never > opens at all). I am running vpython on a P2-266 with a NeoMagic 128bit > 2MB video card and my operating system is Win2000. The solution may be a > very simple one so all suggestions are welcome. Are you trying to run from IDLE (starting from the desktop icon), or by double-clicking glinfo.py? If the latter, you would only see a black DOS window briefly and no regular output window. However, if you double-click any of the other programs (e.g. bounce2.py), you should see a 3D animation. One thing to try is to go to the web site of your video card manufacturer and download the latest version of the video driver for Win2000. This is often the problem, because VPython uses the OpenGL graphics machinery, and video driver support for OpenGL has been improving with time. Bruce Sherwood |