From: Bruce S. <Bru...@nc...> - 2008-12-11 02:37:23
|
This is unfamiliar behavior; I've seen few problems on Windows. And if you run an example program such as bounce2.py, or one of your own old programs, there should be no issues with graphics drivers, which one would expect would only affect the ability of your machine to display materials such as wood. Here are some things to try. Please report what you observe. Open a Python shell window and type "from visual import *". If that works, verify that non-window aspects are working by typing "a = 5*vector(1,2,3)" which should print out <5,10,15>. Next try "box()" and see what happens. To get a more detailed look, go to the "System" control panel and choose advanced settings, then environment variables, and create a user variable "VPYTHON_DEBUG" and give it the value 1. Next, instead of using IDLE, run the Windows command prompt, found in Accessories in the program listings, and execute these statements: cd c:\Python25\Lib\site-packages\visual\examples \Python25\python.exe bounce2.py You'll get a trace of activity in the Visual module which may give some indication of the problem. Bruce Sherwood CL wrote: > Hi, > > I've installed the VPython-Win-Py2.5-5.0_candidate.exe on my PC. It > crashes immediately when I tried the sample programs and my old > programs. > > I am able to run with 3.2.11 and 4.beta26 on my PC. (but I remember > there were some crashes on 4.beta26 with advance features). > > I believe I have the latest video driver installed already. How can I > track down the probrem ? > > CL > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |