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 doko, eric.araujo, pitrou
Date 2012-07-10.01:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za>
In-reply-to
Content
looks like the module can be put into $builddir/`cat pybuilddir.txt`. However pybuilddir.txt is written/computed by the just built python. So either

 - implement distutils.util.get_platform in configure.ac

 - or write a temporary pybuilddir.txt, call the just built
   python -c 'print("build/lib.%s-%" % (distutils.util.get_platform(), sys.version[:3]))' to write the final pybuilddir.txt, move the _sysconfigdata.py to this location.
   and remove the pybuilddir.txt writing in setup.py
History
Date User Action Args
2012-07-10 01:37:37dokosetrecipients: + doko, pitrou, eric.araujo
2012-07-10 01:37:37dokosetmessageid: <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za>
2012-07-10 01:37:37dokolinkissue15298 messages
2012-07-10 01:37:36dokocreate