BruceSherwood/vpython-wx

graphtest.py crashes on windows 7

Closed this issue · 1 comments

The example graphtest.py crashes (stopped responding, dialog popped up) when I run it on windows 7. I can get rid of the problem if I shorten ytitle in line 9. No other informative error messages.

Doesn't work:
oscillation = gdisplay(xtitle='Time', ytitle='Response (click and drag mouse to see coordinates)')
Does work:
oscillation = gdisplay(xtitle='Time', ytitle='Response ()')

Cannot reproduce. Graphics driver problem?