Hi there,
got it. Note the root.distroy()-command.
-pekka-
- CODE STARTS
from Tkinter import *
from ScrolledText import ScrolledText
import tkFont
class Message_box:
# Graphical message box for printing unicode texts
def __init__(self, myParent):
self.myContainer1 = Frame(m
Hi there,
after reading TkInter/thread -recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82965
I wondered if it was possible to avoid using threads
for the following problem:
I have script started from W2K console that normally
prints ascii messages to the screen. However, I have
com