Python Forum
[PyGUI] Byte to String Conversion
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGUI] Byte to String Conversion
#2
Quote:So please help me to show the count values in a text widget or at any compatible widget
Use insert to put something in a text widget, i.e text.insert(END, contents) But this will not work in the code you posted because all of the returns from creating a Text widget are None because that is what is returned by grid(). So next you will get a 'NoneType' object has no attribute... https://code.i-harness.com/en/q/10cfb6
Reply


Messages In This Thread
Byte to String Conversion - by subhankar2028 - Apr-28-2018, 01:43 PM
RE: Byte to String Conversion - by woooee - Apr-28-2018, 11:55 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020