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 eric.araujo
Recipients Arfrever, eric.araujo, loewis, matejcik, nijel, rothrock, rpetrov, sergiodj, soundmurderer, spektrum, tarek
Date 2010-08-21.22:33:12
SpamBayes Score 4.2408897e-06
Marked as misclassified No
Message-id <1282429993.67.0.0721652986547.issue858809@psf.upfronthosting.co.za>
In-reply-to
Content
From http://bugs.python.org/issue1294959#msg94986

“The main problem is that Python's configuration system is not
geared up to having the lib directories for platform dependent
and platform independent parts use different names.

It currently only supports using different path *prefixes* for
such setups (--prefix and --exec-prefix), e.g. /usr and /usr64
would work just fine. It doesn't follow --libdir.”

So I don’t know whether there can be a simple fix for this or if we have to wait for the new sysconfig module (see http://bitbucket.org/tarek/distutils2/src/tip/docs/design/wiki.rst)
History
Date User Action Args
2010-08-21 22:33:13eric.araujosetrecipients: + eric.araujo, loewis, nijel, spektrum, matejcik, tarek, sergiodj, rpetrov, Arfrever, rothrock, soundmurderer
2010-08-21 22:33:13eric.araujosetmessageid: <1282429993.67.0.0721652986547.issue858809@psf.upfronthosting.co.za>
2010-08-21 22:33:12eric.araujolinkissue858809 messages
2010-08-21 22:33:12eric.araujocreate