From: Joe H. <hea...@gm...> - 2009-01-09 03:53:57
|
> Date: Thu, 8 Jan 2009 17:45:11 -0500 > From: James Mueller <mu...@pi...> > Subject: Re: [Visualpython-users] Mac IDLE fix > To: James Mueller <mue...@pi... <mueller%2B...@pi...>> > Cc: Bruce Sherwood <Bru...@nc...>, vpusers > <vis...@li...> > Message-ID: <2AE...@pi...> > Content-Type: text/plain; charset="US-ASCII"; format=flowed; delsp=yes > > The patch works. > > In macosxSupport.py, if you change the line > > if tkversion >= '8.4.14': > > to > > if map(int, tkversion.split('.')) >= (8, 4, 14): > > then you get an IDLE->Preferences menu, which contains all the > configuration stuff. I too can confirm that this patch works. However, the configuration window that comes up can't be moved and it causes the main IDLE window to lose focus, which returns when the config window is dismissed. Joe |