This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paul.Smedley
Recipients Paul.Smedley
Date 2012-01-07.23:53:21
SpamBayes Score 0.0019802132
Marked as misclassified No
Message-id <1325980402.33.0.867781342076.issue13733@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-07 23:53:22Paul.Smedleysetrecipients: + Paul.Smedley
2012-01-07 23:53:22Paul.Smedleysetmessageid: <1325980402.33.0.867781342076.issue13733@psf.upfronthosting.co.za>
2012-01-07 23:53:21Paul.Smedleylinkissue13733 messages
2012-01-07 23:53:21Paul.Smedleycreate