Message114581
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) |
|
Date |
User |
Action |
Args |
2010-08-21 22:33:13 | eric.araujo | set | recipients:
+ eric.araujo, loewis, nijel, spektrum, matejcik, tarek, sergiodj, rpetrov, Arfrever, rothrock, soundmurderer |
2010-08-21 22:33:13 | eric.araujo | set | messageid: <1282429993.67.0.0721652986547.issue858809@psf.upfronthosting.co.za> |
2010-08-21 22:33:12 | eric.araujo | link | issue858809 messages |
2010-08-21 22:33:12 | eric.araujo | create | |
|