On Aug 16, 2010, at 11:40 AM, Jeff Hobbs wrote:
> On Aug 15, 4:41 pm, Chris Hare wrote:
>> I have some code that pulls a value from a database. In this case, it is
>> three space delimited words. When I display the value in a Tkinter.Entry
>> widget, the text has curly braces around it, even
On Aug 15, 4:41 pm, Chris Hare wrote:
> I have some code that pulls a value from a database. In this case, it is
> three space delimited words. When I display the value in a Tkinter.Entry
> widget, the text has curly braces around it, even when there are none in the
> surrounding the text in
I have some code that pulls a value from a database. In this case, it is three
space delimited words. When I display the value in a Tkinter.Entry widget, the
text has curly braces around it, even when there are none in the surrounding
the text in the database.
Is this normal, and how do I pr