Re: Problems with Curses.Blinkenlights
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On 2003-01-10 at 10:51 -0600, John Goerzen wrote:
>
> On Fri, Jan 10, 2003 at 07:46:18PM +0300, Sergei Kolobov wrote:
> > >
> > > curses.initscr(); y = curses.has_colors(); curses.endwin(); print y
> > >
> > > and tell me the result?
>
> oops, sorry, add a:
>
> import curses
>
> before all that.
Ok:
root@elf# python -c "import curses; curses.initscr(); y =
curses.has_colors(); curses.endwin(); print y"
1
root@elf#
As for the curses vs. ncurses library - I belive it is ncurses:
root@elf# ldconfig -r | grep curses
4:-lncurses.5 => /usr/lib/libncurses.so.5
root@elf#
Sergei
- Problems with Curses.Blinkenlights, Sergei Kolobov, 2003/01/09
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/09
- Re: Problems with Curses.Blinkenlights, Sergei Kolobov, 2003/01/10
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/10
- Re: Problems with Curses.Blinkenlights,
Sergei Kolobov <=
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/10
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/10
- Re: Problems with Curses.Blinkenlights, Sergei Kolobov, 2003/01/10
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/10
- Re: Problems with Curses.Blinkenlights - SOLVED!, Sergei Kolobov, 2003/01/13
- Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/10
Re: Problems with Curses.Blinkenlights, John Goerzen, 2003/01/09
|
|