On Sun, 7 May 2023 at 23:01, 张小平 <13295564...@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.
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to