From: Tiger12506 <ke...@ja...> - 2008-01-27 14:32:51
|
> That's very unusual. I've never seen that, on a very large number of XP > machines, nor to my knowledge has anyone else reported this. Is your > graphics driver up to date? > > Bruce Sherwood I'm sorry. I'm slightly in error. This is the minimal code that produces the problem. from visual import * label(text='hello') Note that if i leave out the text parameter it works fine. all the other parameters work okay. Also I get the gpf whenever a vpython tries to make a graph. I suspect it is related to text there also. The mod name for the gpf is atioglxx.dll which leads me to believe it might be out of date. i will check around. |