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 weegreenblobbie
Recipients weegreenblobbie
Date 2007-10-18.17:06:17
SpamBayes Score 0.3234191
Marked as misclassified No
Message-id <1192727177.86.0.467865548072.issue1297@psf.upfronthosting.co.za>
In-reply-to
Content
pyconfig.h checks for _MSC_VER and based on its value decides to include
<basetsd.h>.

MS VC++ Express reports _MSC_VER to be 1400 but does _NOT_ have the file
basetsd.h.

So when including Python.h with the Microsoft VC Express compiler,
pyconfig.h will try to include the non existing basetsd.h and compiling
fails.
History
Date User Action Args
2007-10-18 17:06:18weegreenblobbiesetspambayes_score: 0.323419 -> 0.3234191
recipients: + weegreenblobbie
2007-10-18 17:06:17weegreenblobbiesetspambayes_score: 0.323419 -> 0.323419
messageid: <1192727177.86.0.467865548072.issue1297@psf.upfronthosting.co.za>
2007-10-18 17:06:17weegreenblobbielinkissue1297 messages
2007-10-18 17:06:17weegreenblobbiecreate