Lines Matching full:tix
3 Installing Tix.py
6 0) To use Tix.py, you need Tcl/Tk (V8.3.3), Tix (V8.1.1) and Python (V2.1.1).
7 Tix.py has been written and tested on an Intel Pentium running RH Linux 5.2
10 Older versions, e.g. Tix 4.1 and Tk 8.0, might also work.
12 There is nothing OS-specific in Tix.py itself so it should work on
13 any machine with Tix and Python installed. You can get Tcl and Tk
14 from http://dev.scriptics.com and Tix from http://tix.sourceforge.net.
16 1) Build and install Tcl/Tk 8.3. Build and install Tix 8.1.
17 Ensure that Tix is properly installed by running tixwish and executing
19 for all three. We recommend tcl8.3.3 for this release of Tix.py.
24 <tix>/library to $PYTHONHOME/lib/tix8.1, and copy the dynamic library
30 tix library from tix4.1.8.0 to tix8.1.8.3
31 These modified files can be used for Tkinter with or without Tix.
34 To build statically, modify the Modules/Setup file to link in the Tix
54 # *** Uncomment and edit for Tix extension only:
71 You should now have a working Tix implementation in Python. To see if all
72 is as it should be, run the 'tixwidgets.py' script in the Demo/tix directory.
74 /usr/local/bin/python Demo/tix/tixwidgets.py
77 the Tcl, Tk and Tix library files. This is done by setting the
83 /usr/local/bin/python Demo/tix/tixwidgets.py
87 via http://tix.sourceforge.net