Re: Problems with Curses.Blinkenlights
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On 2003-01-09 at 11:42 -0600, John Goerzen wrote:
> Sounds like a problem with your curses library. Needless to say, I can't
> duplicate this problem on Linux. Can you fire up your python2.2 and run
> this:
>
> curses.initscr(); y = curses.has_colors(); curses.endwin(); print y
>
> and tell me the result?
root@elf# python -c "curses.initscr(); y = curses.has_colors();
curses.endwin(); print y"
Traceback (most recent call last):
File "<string>", line 1, in ?
NameError: name 'curses' is not defined
Python 2.2.2 is installed from FreeBSD port (lang/python-2.2.2_2),
default compile-time options.
AFAIK, [n]curses library are a part of FreeBSD base system.
Any ideas?
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 <=
- 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, 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
|
|