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 loewis
Recipients brian.curtin, loewis, python-dev, skrah
Date 2012-08-24.13:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345814677.71.0.409178082062.issue15511@psf.upfronthosting.co.za>
In-reply-to
Content
I now recall that I worked around this issue, by just copying python33.lib in the place where it's expected.

The right solution is not to configure a dependency on the .lib, as it will automatically be added by the pragma in the include file. The search path comes from the property files.
History
Date User Action Args
2012-08-24 13:24:37loewissetrecipients: + loewis, brian.curtin, skrah, python-dev
2012-08-24 13:24:37loewissetmessageid: <1345814677.71.0.409178082062.issue15511@psf.upfronthosting.co.za>
2012-08-24 13:24:37loewislinkissue15511 messages
2012-08-24 13:24:36loewiscreate