New submission from Paul Smedley <p...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13733> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com