Tkinter installation in Python-1.6b1

Fred Clare fred at niwot.scd.ucar.edu
Thu Sep 28 17:33:52 EDT 2000


I installed Python-1.6b1 and then, as per the instructions
on www.python.org, in order to complete installation of
Tkinter, I went to http://dev.scriptics.com/ and
downloaded Tcl/Tk.  The only version available on that 
page is Tcl/Tk 8.3.2 .
 
After installing Tcl/Tk 8.3.2, I imported Tkinter into
a python execution (which went fine), but when I tried
executing Tkinter functions, I got from python:

  RuntimeError: tk.h version (8.2) doesn't match libtk.a version (8.3)

Any suggestions as to the best way to resolve this would
be appreciated?

-- 
Fred Clare
fred at ucar.edu



More information about the Python-list mailing list