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 BreamoreBoy
Recipients BreamoreBoy, steve.dower, tim.golden, zach.ware
Date 2015-02-15.07:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423985468.24.0.36199999933.issue23452@psf.upfronthosting.co.za>
In-reply-to
Content
Having run the "hg purge..." command previously given everything seemed fine.  Both release and debug win32 builds then successfully completed from VS but the 64 bit builds failed.  I now have externals/tcltk but not externals/tcltk64.  I did a bit of digging and in tcltk.props there are these two lines which appear relevant.

<tcltkDir>$(ExternalsDir)tcltk\</tcltkDir>
    <tcltkDir Condition="'$(Platform)' == x64'">$(ExternalsDir)tcltk64\</tcltkDir>

I'm now way out of my depth and hoping this isn't a red herring.
History
Date User Action Args
2015-02-15 07:31:08BreamoreBoysetrecipients: + BreamoreBoy, tim.golden, zach.ware, steve.dower
2015-02-15 07:31:08BreamoreBoysetmessageid: <1423985468.24.0.36199999933.issue23452@psf.upfronthosting.co.za>
2015-02-15 07:31:08BreamoreBoylinkissue23452 messages
2015-02-15 07:31:08BreamoreBoycreate