Vinay Sajip <vinay_sa...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14750> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com