[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-10-09 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 6542e4028ed2 by Éric Araujo in branch '3.2': As it turns out, this bug was already in the tracker: #11171 http://hg.python.org/cpython/rev/6542e4028ed2 -- nosy: +python-dev

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-10-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: My question was: does distutils.sysconfig._get_makefile_filename have the same bug as the one that was fixed in sysconfig._get_makefile_filename? It does, I fixed it in 9afd3d54c3cb. -- stage: patch review - committed/rejected

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I was unclear. distutils.sysconfig does not play a role in the startup of python anymore. My question was: does distutils.sysconfig._get_makefile_filename have the same bug as the one that was fixed in sysconfig._get_makefile_filename?

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-24 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Barry, could you try reproducing with distutils.sysconfig? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11171 ___

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-24 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: On Feb 25, 2011, at 12:35 AM, Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: Barry, could you try reproducing with distutils.sysconfig? I'm not quite sure what you mean, but configuring Python 3.1 with different --prefix

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-14 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Fixed in release27-maint: r88422 I am unable to reproduce in Python 3.1 (which does not have the sysconfig module) or 3.2 (which uses a different build-flags specific location for its Makefile). -- resolution: - fixed status: open

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-11 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- assignee: tarek - barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11171 ___ ___

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-11 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: The suggested change works for me, both when prefix == exec_prefix and when it doesn't. All standard tests pass, so the fix should be committed. I'm holding off on doing that to see whether it's applicable to other versions, though if 3.2

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: That is my opinion as well. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11171 ___ ___

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-10 Thread Berthold Höllmann
New submission from Berthold Höllmann h...@users.sourceforge.net: I do get (with 2.7.1): python Traceback (most recent call last): File /usr/local/gltools/python/Python-2.7/lib/python2.7/site.py, line 553, in module main() File

[issue11171] Python 2.7.1 does not start when ./configure is used with --prefix != --exec-prefix

2011-02-10 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- assignee: - tarek components: +Distutils, Distutils2 -Installation nosy: +barry, eric.araujo, tarek stage: - patch review versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org