Tkinter problem with 1.2

tnb2d@server.cs.Virginia.EDU
Wed, 12 Apr 1995 18:07:02 -0400

Howdy,
I just made Python-1.2 on sunos4, solaris and irix5.2 and I
cannot get Tkinter to perform properly on any of them. I did all the
machine and OS-specific things to my Setup files and paths and all,
and it compiled fine. When I run python and do the following things
it executes just fine (same behavior under all three operating
systems) but I see no Tk windows:

Python 1.2 (Apr 12 1995) [GCC 2.5.6]
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from Tkinter import *
>>> b = Button()
>>> b.pack()
>>>

if I do this under 1.1.1 (on any of the three OSs) I *DO* see a window
and it shrinks to the newly-visible Button when I "b.pack()". Any hints?

-------> Tommy.
"I've got life, mother."