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

2012-01-07 Thread Paul Smedley

New submission from Paul Smedley :

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 
<http://bugs.python.org/issue13733>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-07 Thread Paul Smedley

Paul Smedley  added the comment:

I'm building OS/2 python here using configure, etc - without the changes 
attached, python would not complete the build.

--

___
Python tracker 
<http://bugs.python.org/issue13733>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-10 Thread Paul Smedley

Paul Smedley  added the comment:

When I get some spare time, I'll test the default code using Andy Mac's last 
build of Python - which afaik was 2.4.x and see if it works correctly

--

___
Python tracker 
<http://bugs.python.org/issue13733>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1745108] 2.5.1 curses panel segfault in new_panel on aix 5.3

2007-12-26 Thread Paul Smedley

Paul Smedley added the comment:

I see similar problems here on OS/2 with Python 2.5.1 and Ncurses 5.6.

Problem is causes as win->win is uninitialised when passed to new_panel.

Initialising win->win to a value makes the new_panel call work.  Not
sure why this works on other platforms but fails on OS/2 and AIX.

--
nosy: +psmedley

_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1745108>
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com