Tkinter installation problems

Mark Jackson mjackson at wc.eso.mc.xerox.com
Wed Feb 23 11:31:21 EST 2000


Mladen Bestvina <bestvina at math.utah.edu> writes:
> Here is what I get. Please help!
> 
> mladen at drava:/home/mladen/projects/grayson > python
> Python 1.5.2 (#4, Feb 14 2000, 16:39:33)  [GCC pgcc-2.91.57 19980901
> (egcs-1.1 re on linux2
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> import _tkinter
> >>> import Tkinter
> >>>  Tkinter._test()
>   File "<stdin>", line 1
>     Tkinter._test()
>     ^
> SyntaxError: invalid syntax
> >>>                           

Try it without the space before Tkinter._test().

-- 
Mark Jackson - http://www.alumni.caltech.edu/~mjackson
    Some years ago I was struck by the large number of falsehoods that
    I had accepted as true in my childhood, and by the highly doubtful
    nature of the whole edifice that I had subsequently based on them.
				- René Descartes





More information about the Python-list mailing list