From: David S. <dsc...@cm...> - 2000-09-10 20:58:52
|
> Having recently downloaded and installed VPython under Win 98 I am > unable to progress very far with any of the demo programs that come with > the product. What happens is that the computer hangs, no mouse cursor or > ctrl+break action works. Has any body else had problems like this. My > hardware is running on an AMD chip set rather than Intel but I would not > expect this to have caused any problems. Nor would I. Can you tell me: - The version of VPython you downloaded? - The resolution and color depth of your display? - The make and model of your video card? - Have you tried downloading the latest OpenGL drivers for your video card? - Can you run a simple Python program that doesn't use the Visual library, like the following: for i in range(100): print i, i**2 Thanks, Dave |