[issue5356] Use of the `curses' resource not enabled
Benjamin Peterson
report at bugs.python.org
Tue Feb 24 03:11:25 CET 2009
Benjamin Peterson <benjamin at python.org> added the comment:
On Mon, Feb 23, 2009 at 8:02 PM, Steve Owens <report at bugs.python.org> wrote:
>
> Steve Owens <steve at integrityintegrators.net> 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.
To enable all the options, you can use "make testall". Otherwise you
can give custom switches to regrtest.py with the TESTOPTS variable.
"make test TESTOPTS=-ucurses"
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5356>
_______________________________________
More information about the Python-bugs-list
mailing list