Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41045

Re: Building importable _tkinter on Windows (solved)

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Building importable _tkinter on Windows (solved)
Date 2013-03-10 19:04 -0400
References <khgkrd$tnu$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.3172.1362956716.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 3/9/2013 7:41 PM, Terry Reedy wrote:
> If you have tried to build _tkinter on Windows from the cpython
> repository, and have 'import tkinter' work, please share your
> experience, successful or not. I and another person have both failed.
 > [snip]

Solution from Merlijn van Deen on core-mentorship list:
Let x be the directory containing both the repository directories, such 
as 'cpython' and the external dependency directories created by 
external.bat. Copy
x/tcl-8.5.11.0/win/Debug_VC10/tcl85g.dll
x/tk-8.5.11.0/win/Debug_VC10/tk85g.dll
to
x/cpython/PCbuild

Now, 'import tkinter', and hence idle, seem to work.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Building importable _tkinter on Windows (solved) Terry Reedy <tjreedy@udel.edu> - 2013-03-10 19:04 -0400

csiph-web