Re: Tkinter: different results from the same tcl script

2007-06-26 Thread half . italian
On Jun 26, 1:06 am, Fabrizio Pollastri <[EMAIL PROTECTED]> wrote: > Hello, > in mixed python-tcl programming I found the following different > behaviours of the same tcl script. > > If I type manually in the python interpreter the following lines > > >>> from Tkinter import * > >>> w = Tk() > >>

Tkinter: different results from the same tcl script

2007-06-26 Thread Fabrizio Pollastri
Hello, in mixed python-tcl programming I found the following different behaviours of the same tcl script. If I type manually in the python interpreter the following lines >>> from Tkinter import * >>> w = Tk() >>> w.tk.evalfile('my_tcl_script.tcl') where my_tcl_script.tcl is #!/bin/sh