From: Bruce S. <Bru...@nc...> - 2008-01-27 15:07:32
|
You are correct that if a simple label fails, graphs will also fail, since the labels on the axes are made using the label object. Bruce Sherwood Tiger12506 wrote: >> 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. |