From: Tiger12506 <ke...@ja...> - 2008-01-26 17:51:14
|
> It has been discovered that there's a serious problem in the beta > version with the label object on Windows Vista. The first label object > that is encountered, the screen freezes while the cpu runs flat out for > about 30 seconds doing I don't know what. Then the label (and all other > labels) display normally. I've always had trouble with the Label on an XP machine. I have never seen a Label in VPython. Usually results in a GPF. Simple code that reproduces the problem. from visual import * a = Label() |