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

张小平 13295564836 at 163.com
Sat May 6 20:34:29 EDT 2023


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



python b.by  , then input  "source"  and Enter to see the source code.


I write these to try to create a Python Browser, not use HTML, but Python List , Dict format. 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/tkinter-discuss/attachments/20230507/7782c144/attachment.html>


More information about the Tkinter-discuss mailing list