[Python-bugs-list] [ python-Bugs-480882 ] oot builds don't build _curses_panel

noreply@sourceforge.net noreply@sourceforge.net
Mon, 12 Nov 2001 04:19:15 -0800


Bugs item #480882, was opened at 2001-11-12 04:19
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=480882&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: A.M. Kuchling (akuchling)
Summary: oot builds don't build _curses_panel

Initial Comment:
Out-of-tree builds of python (i.e.

$ cd PATH/TO/Python/src
$ mkdir build
$ cd ./build
$ ../configure && make

) don't build the _curses_panel extension.  I think
this line from setup.py:

        if (os.path.exists('Modules/_curses_panel.c')
and ...

is why.  Either

(1) this line should be fixed to actually point at the
source
(2) this check should simply be hacked out.  What's it
doing there?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=480882&group_id=5470