[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Mon, Feb 23, 2009 at 8:36 PM, Steve Owens wrote: > > Steve Owens added the comment: > > I know that this issue is not valid, but I believe that it ought to be > searchable since I am sure I am not the last person to ask this question > and I don't think

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
Steve Owens added the comment: I know that this issue is not valid, but I believe that it ought to be searchable since I am sure I am not the last person to ask this question and I don't think the knowledge is currently documented any where. ___ Python tracke

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Mon, Feb 23, 2009 at 8:02 PM, Steve Owens wrote: > > Steve Owens added the comment: > > Benjamin, > > I ran the regrtest.py file with the -ucurses option and didn't get the error. > > However, I don't see how it is possible to send the -ucurses option >

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
Steve Owens added the comment: Benjamin, I ran the regrtest.py file with the -ucurses option and didn't get the error. However, I don't see how it is possible to send the -ucurses option through via the make file. Steve Owens > > Benjamin Peterson added the comment: > > You have to pass the

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: You have to pass the -ucurses options to regrtest.py. See regrtest.py -h. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker _

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
New submission from Steve Owens : I just did an SVN checkout of the 2.7 source, ran the following in order: configure make make test When I run make test it gets to the lines: test_curses test_curses skipped -- Use of the `curses' resource not enabled but I have ncurses installed and enabled.