[Tkinter-discuss] Maybe a bug about tk.Text and tk.Label

David bouncingcats at gmail.com
Mon May 8 00:48:00 EDT 2023


On Sun, 7 May 2023 at 23:01, 张小平 <13295564836 at 163.com> wrote:

> When i use Text or Label to show  this :
>
> [
>     [1, "PAGE", {"id":"w"}],
>     [2, "Text", {"caption":"This is first GUI Page,totally different form HTML."}]
> ]
>
> It shows this:
> {1 PAGE {{'id': 'w'}}} {2 Text {{'caption': 'This is first GUI Page,totally different form HTML.'}}}
>
> Have you met this?  Why?  Is it a bug about Text or Label?
>
> All code:
> https://gitee.com/zhaoyun004/my-gui-browser/tree/master/Will

Best practice for solving your issue is explained here:
  http://www.sscce.org/
I suggest you read it and follow the instructions.


More information about the Tkinter-discuss mailing list