Skip to content

Commit ebb08be

Browse files
bpo-23156: Remove obsolete tix install directions (GH-11595)
Tix was deprecated in 3.6 and the doc is wrong. New users should use ttk. (cherry picked from commit cf27c06) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent a261b73 commit ebb08be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Doc/library/tkinter.tix.rst

-11
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ the following::
7676
root = tix.Tk()
7777
root.tk.eval('package require Tix')
7878

79-
If this fails, you have a Tk installation problem which must be resolved before
80-
proceeding. Use the environment variable :envvar:`TIX_LIBRARY` to point to the
81-
installed Tix library directory, and make sure you have the dynamic
82-
object library (:file:`tix8183.dll` or :file:`libtix8183.so`) in the same
83-
directory that contains your Tk dynamic object library (:file:`tk8183.dll` or
84-
:file:`libtk8183.so`). The directory with the dynamic object library should also
85-
have a file called :file:`pkgIndex.tcl` (case sensitive), which contains the
86-
line::
87-
88-
package ifneeded Tix 8.1 [list load "[file join $dir tix8183.dll]" Tix]
89-
9079

9180
Tix Widgets
9281
-----------

0 commit comments

Comments
 (0)