Jeff Epler wrote:
> This bug must have been fixed between Python 2.2 + Tk 8.3 and Python 2.3
> + Tk 8.4.
>
> Running a slightly different test program, I get this output on Fedora
> Core 1 (Python 2.2 + Tk 8.3):
> '\xc2\xa3'
> and this output on Fedora Core 2 (Python 2.3 + Tk 8.4):
> u'\xa
This bug must have been fixed between Python 2.2 + Tk 8.3 and Python 2.3
+ Tk 8.4.
Running a slightly different test program, I get this output on Fedora
Core 1 (Python 2.2 + Tk 8.3):
'\xc2\xa3'
and this output on Fedora Core 2 (Python 2.3 + Tk 8.4):
u'\xa3'
You could try defining a
c
Hi all,
Another possibly silly question.
My prodcution machines are stuck at python2.2 and tk 8.3
and *I* have a problem with the following code:-
import codecs
import Tkinter
root=Tkinter.Tk()
var = Tkinter.StringVar()
e = Tkinter.Entry(root, textvariable=var)
e.pack()
var.set(u"\xa3