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 christian.heimes
Recipients christian.heimes, kbk, taleinat
Date 2007-12-17.23:52:48
SpamBayes Score 0.0013726157
Marked as misclassified No
Message-id <47670BCD.1070307@cheimes.de>
In-reply-to <1197928727.89.0.408392403212.issue1607@psf.upfronthosting.co.za>
Content
Kurt B. Kaiser wrote:
> I do have an XP on multiboot.  I'm not very enthusiatic about learning 
> MS tools; the last time I built Python on W. was with VC5 in the days 
> when IDLE had a small C extension, later incorporated into Python.  If 
> the Tk 8.5/Tkinkter problem doesn't get fixed I suppose I'lll have to 
> attempt 
> it again.  Thanks for the link.

In the past it was a real pain in the ... to set up a build env. Since I
have created the PCbuild9 directory for VS 2008 and we decided to build
new builds with VS 2008 it is dead easy. You *just* need to install VS
2008 and no more extra SDKs. The free Express Edition of VS c++ 2008 is
sufficient.

All extra dependencies are in Python's SVN repository.

Christian
History
Date User Action Args
2007-12-17 23:52:49christian.heimessetspambayes_score: 0.00137262 -> 0.0013726157
recipients: + christian.heimes, kbk, taleinat
2007-12-17 23:52:49christian.heimeslinkissue1607 messages
2007-12-17 23:52:48christian.heimescreate