Error when using curses.wrapper modules

Ignacio Vazquez-Abrams ignacio at openservices.net
Tue Sep 25 14:16:10 EDT 2001


On Tue, 25 Sep 2001, Ben Logan wrote:

> If I take out the "scrn.border()" line, it works...of course it'll be
> hard to do anything useful that way. :)  Anyone got any suggestions?

It looks as though someone forgot to update Modules/_cursesmodule.c when the
changeover from 1.5->2.x happened. It uses PyArg_Parse(), but uses features
only allowed for PyArg_ParseTuple(). Has anyone bothered with a patch for
this?

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list