It's true that most features of python are intentionally borrowed from
other languages. If I can think of anything that I believe to be
specific to python, I would say it is the combination of high level
datatypes together with an extremely simple syntax. Actually, this
combination often results in
Hi,
I have a problem getting Tix to run:
Python 2.4.1 (#2, Aug 17 2005, 10:19:59)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tix
>>> t = Tix.Tk()
Traceback (most recent call last):
File "", line 1, in