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. 


_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to