[issue14750] Tkinter application doesn't run from source build on Windows

Vinay Sajip report at bugs.python.org
Wed May 9 00:00:20 CEST 2012


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

The test script works if tcl85.dll and tk85.dll are copied into the build directory. This can be done using a small batch file and the XML

<Tool
    Name="VCPostBuildEventTool"
    CommandLine="copy_tcl $(tcltkDir)\bin"
/>

added to each build configuration in PCbuild\_tkinter.vcproj (can be added through the UI, of course).

----------
components: +Tkinter
keywords: +needs review, patch
nosy: +gpolo -brett.cannon
stage:  -> patch review
title: importlib fails with tkinter application on Windows -> Tkinter application doesn't run from source build on Windows
Added file: http://bugs.python.org/file25500/copy_tcl.bat

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14750>
_______________________________________


More information about the Python-bugs-list mailing list