Python 2.1 with Tix under Windows

Mike Clarkson support at internetdiscovery.com
Wed Oct 24 10:19:24 EDT 2001


On 18 Oct 2001 13:41:16 +0200, Mathias Palm <palm at gmx.net> wrote:

>Found a working solution. Is not nice however. Download an extra tcl/tk 
>package and install. Download Tix package and install in 
>
>...\Python21\tcl
>
>_and_
>
>...\tcl\lib
>
>I used Python 2.1, tcl 8.3 and Tix 8.0.

As of 2.2beta, you should be able to install recursively copy the the
Tix library files into Python22/tcl/tix8.1 and the dynamic library
(tix8183.dll or libtix8.1.8.3.so) to the same place and have
everything work.

Otherwise, build and install Tix 8.1.    Ensure that Tix is properly
installed by running tixwish and executing  the demo programs. Under
Unix, use the --enable-shared configure option  for all Tix and
Tcl/Tk. We recommend tcl8.3.3 for this release of Tix.py.
Then set the environment variable TIX_LIBRARY to be where
you have installed Tix:  the lib/tix8.1 directory.

You should upgrade from 8.0 to 8.1.1 from tix.sourceforge.net - there
are some Python specific bug fixes there.

>I hope Tix will be included in the Python 2.2 package.

It would be nice to see it included in the standard binary
distributions.

Mike.



More information about the Python-list mailing list