Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-17 Thread Guilherme Polo
On Mon, Nov 17, 2008 at 7:08 PM, Michael Lange <[EMAIL PROTECTED]> wrote: > On Sun, 16 Nov 2008 19:21:34 -0200 > "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > >> On Sun, Nov 16, 2008 at 6:59 PM, Michael Lange <[EMAIL PROTECTED]> wrote: >> > On Sun, 16 Nov 2008 17:18:54 -0200 >> > "Guilherme Polo" <

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-17 Thread Michael Lange
On Sun, 16 Nov 2008 19:21:34 -0200 "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 6:59 PM, Michael Lange <[EMAIL PROTECTED]> wrote: > > On Sun, 16 Nov 2008 17:18:54 -0200 > > "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > > > >> On Sun, Nov 16, 2008 at 4:59 PM, Vasilis Vlacho

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Guilherme Polo
On Sun, Nov 16, 2008 at 6:59 PM, Michael Lange <[EMAIL PROTECTED]> wrote: > On Sun, 16 Nov 2008 17:18:54 -0200 > "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > >> On Sun, Nov 16, 2008 at 4:59 PM, Vasilis Vlachoudis >> <[EMAIL PROTECTED]> wrote: >> > Finally I didn't understand, is it a problem of Tk

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Michael Lange
On Sun, 16 Nov 2008 17:18:54 -0200 "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 4:59 PM, Vasilis Vlachoudis > <[EMAIL PROTECTED]> wrote: > > Finally I didn't understand, is it a problem of Tkinter or Tk/Tcl? > > It is not really a problem. But if you want to blame someone

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Guilherme Polo
are all welcome in bugs.python.org > > Vasilis > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Guilherme Polo > Sent: Sunday, 16 November 2008 17:04 > To: Michael Lange; tkinter-discuss@python.org > Subject: Re: [Tkinter-d

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Vasilis Vlachoudis
h str() what is the correct solution? Vasilis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Polo Sent: Sunday, 16 November 2008 17:04 To: Michael Lange; tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Strange behavior with python 2.5 O

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Guilherme Polo
On Sun, Nov 16, 2008 at 12:43 PM, Michael Lange <[EMAIL PROTECTED]> wrote: > On Sat, 15 Nov 2008 19:41:39 -0200 > "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > >> >> When you get a _tkinter.Tcl_Obj it means _tkinter wasn't able to >> detect and convert a received tcl object to a python object. When

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-16 Thread Michael Lange
On Sat, 15 Nov 2008 19:41:39 -0200 "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > > When you get a _tkinter.Tcl_Obj it means _tkinter wasn't able to > detect and convert a received tcl object to a python object. When this > happens the best you can do is get the string representation of the > obje

Re: [Tkinter-discuss] Strange behavior with python 2.5

2008-11-15 Thread Guilherme Polo
On Sat, Nov 15, 2008 at 6:53 PM, Vasilis Vlachoudis <[EMAIL PROTECTED]> wrote: > Dear all, > > The tkMessageBox.askquestion as also several other methods e.g Text.search > have changed the return value with python 2.5 wrt to 2.4 > > Run the following test program (below) with python 2.4 answering y

[Tkinter-discuss] Strange behavior with python 2.5

2008-11-15 Thread Vasilis Vlachoudis
Dear all, The tkMessageBox.askquestion as also several other methods e.g Text.search have changed the return value with python 2.5 wrt to 2.4 Run the following test program (below) with python 2.4 answering yes on askquestion dialogs and change directory in the askdirectory you will get (pyt