[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

Paul Smedley report at bugs.python.org
Sun Jan 8 00:53:22 CET 2012


New submission from Paul Smedley <paul at smedley.id.au>:

Python 2.7.2 fails during compilation on OS/2  with:
 File "./setup.py", line 1154, in detect_modules
   for arg in sysconfig.get_config_var("CONFIG_ARGS").split()]
AttributeError: 'NoneType' object has no attribute 'split'
make: *** [sharedmods] Error 1

Attached diff for sysconfig.py corrects the problem

----------
components: Build
files: sysconfig.py.diff
keywords: patch
messages: 150831
nosy: Paul.Smedley
priority: normal
severity: normal
status: open
title: Change required to sysconfig.py for Python 2.7.2 on OS/2
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file24168/sysconfig.py.diff

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


More information about the Python-bugs-list mailing list