Need GUI pop-up to edit a (unicode ?) string

Rikishi42 skunkworks at rikishi42.net
Sat Jan 22 18:27:13 EST 2011


On 2011-01-22, Corey Richardson <kb1pkl at aim.com> wrote:
> On 01/22/2011 03:22 PM, Rikishi42 wrote:
>>
>> I'm in need for a graphical pop-up that will display a (unicode ?) string in
>> a field, allow the user to change it and return the modified string.
>>

> If that is all you need, I suggest Tkinter. Nice and easy, comes built 
> into Python. Looks like you need two labels, an entry, and a button. 
> When I was learning Tkinter I used http://effbot.org/tkinterbook/.

I had to add Tkinter, which was not isntalled on my machine.

But it looks easy enough, I'll definitively look into it.


Thanks !


-- 
When in doubt, use brute force.
                -- Ken Thompson



More information about the Python-list mailing list