This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients brian.curtin, gpolo, pitrou, vinay.sajip
Date 2012-05-08.22:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336514420.21.0.823555057825.issue14750@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-05-08 22:00:20vinay.sajipsetrecipients: + vinay.sajip, pitrou, gpolo, brian.curtin
2012-05-08 22:00:20vinay.sajipsetmessageid: <1336514420.21.0.823555057825.issue14750@psf.upfronthosting.co.za>
2012-05-08 22:00:19vinay.sajiplinkissue14750 messages
2012-05-08 22:00:19vinay.sajipcreate