Re: Missing radio buttons in AS Python 2.1

2001-06-04 Thread Bob Kline
On Mon, 4 Jun 2001, Dan Milgram wrote: > > 1. Is this a known bug? > Yes - there's a bug in the tcl/tk version that was built with build 210 > > > 2. When will a corrected version be available? > > > A new version which corrects this should be out this coming Friday. Excellent, thanks! -- Bob

Re: Missing radio buttons in AS Python 2.1

2001-06-04 Thread Dan Milgram
> 1. Is this a known bug? Yes - there's a bug in the tcl/tk version that was built with build 210 > 2. When will a corrected version be available? > A new version which corrects this should be out this coming Friday. Regards, Dan -- Dan Milgram/ActiveState Developer New! ASPN - ActiveState Pro

Missing radio buttons in AS Python 2.1

2001-06-03 Thread Bob Kline
I'm running ActivePython 2.1, build 210, and Tkinter radio buttons are appearing with the text but not the actual button widget. This worked in 2.0 (works in Linux, too). 1. Is this a known bug? 2. When will a corrected version be available? Here's a repro case: from Tkinter import * r = Tk()