About Tkinter Gui

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • weskam
    New Member
    • Jul 2009
    • 10

    About Tkinter Gui

    if i get the data through socket, how can i put them in the Tkinter GUI??
    Can Anyone give me a clue by the below



    import PIL
    import Tkinter
    import Image

    while 1:
    data, address = svrsocket.recvf rom(80000)
    img = Image.frombuffe r ('RGB', (100,100), data, "raw",'RGB' , 0, 1)
Working...