I note that several here are contemplating dropping single-process mode.
I use idle in single-process mode to interactively develop Tkinter code.
The value I find is in how I can try Tkinter commands one-at-a-time and
see what happens without building and running a testbed.
Try it, you might lik
On 08/10/12 14:57, Scott Daniels wrote:
I note that several here are contemplating dropping single-process mode.
I use idle in single-process mode to interactively develop Tkinter code.
The value I find is in how I can try Tkinter commands one-at-a-time
and see what happens without building and