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 doko
Recipients Ray.Donnelly, doko, eric.araujo, georg.brandl, loewis, trent
Date 2012-11-30.00:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354233800.43.0.0659675662922.issue16235@psf.upfronthosting.co.za>
In-reply-to
Content
oh, the equivalent for

        flags = ['-I' + sysconfig.get_path('include'),
                 '-I' + sysconfig.get_path('platinclude')]

is still missing. I know that both scripts versions are only run post-install, but let's have the same output.

background: I'm (mis)using this for a Debian/Ubuntu multiarch installation.
History
Date User Action Args
2012-11-30 00:03:20dokosetrecipients: + doko, loewis, georg.brandl, trent, eric.araujo, Ray.Donnelly
2012-11-30 00:03:20dokosetmessageid: <1354233800.43.0.0659675662922.issue16235@psf.upfronthosting.co.za>
2012-11-30 00:03:20dokolinkissue16235 messages
2012-11-30 00:03:20dokocreate