User Profile

Collapse

Profile Sidebar

Collapse
stknightmare
stknightmare
Last Activity: Nov 26 '07, 12:18 PM
Joined: Oct 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stknightmare
    replied to Tkinter problem with loops
    Thank you very much.It worked.
    See more | Go to post

    Leave a comment:


  • stknightmare
    started a topic Tkinter problem with loops

    Tkinter problem with loops

    Hi i have a program written in python which uses very big loops and i am trying to get some output by using the text widget of tkinter,the problem is that tkinter waits for the function to finish the loop before showing any result at all.Is there any way to make the program show some output even though the program loop is not yet finished?

    OS: Linux

    Code:
    from Tkinter import *
    
    root=Tk()
    root2=Tk()
    ...
    See more | Go to post
No activity results to display
Show More
Working...