[issue9100] test_sysconfig fails (test_user_similar)

Zsolt Cserna report at bugs.python.org
Mon Jun 28 15:27:43 CEST 2010


New submission from Zsolt Cserna <zsolt.cserna at morganstanley.com>:

Python 2.7rc2

test_user_similar test in test_sysconfig fails for me. I think it's because I have different --exec-prefix and --prefix specified. The test assumes that get_config_var('base') is the part of the global_path = get_path('platstdlib', 'posix_prefix') which is not necessarily true.

I've attached the pdb output containing the variable names.

----------
components: Tests
files: pdb_test_user_similar.txt
messages: 108828
nosy: csernazs
priority: normal
severity: normal
status: open
title: test_sysconfig fails (test_user_similar)
versions: Python 2.7
Added file: http://bugs.python.org/file17789/pdb_test_user_similar.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9100>
_______________________________________


More information about the Python-bugs-list mailing list