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


Groups > comp.lang.python > #41045 > unrolled thread

Re: Building importable _tkinter on Windows (solved)

Started byTerry Reedy <tjreedy@udel.edu>
First post2013-03-10 19:04 -0400
Last post2013-03-10 19:04 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#41045 — Re: Building importable _tkinter on Windows (solved)

FromTerry Reedy <tjreedy@udel.edu>
Date2013-03-10 19:04 -0400
SubjectRe: Building importable _tkinter on Windows (solved)
Message-ID<mailman.3172.1362956716.2939.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web