Complete.Org: Mailing Lists: Archives: offlineimap: January 2003:
Re: Problems with Curses.Blinkenlights
Home

Re: Problems with Curses.Blinkenlights

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Cc: offlineimap@xxxxxxxxxxxx
Subject: Re: Problems with Curses.Blinkenlights
From: Sergei Kolobov <offlineimap@xxxxxxxxxxx>
Date: Fri, 10 Jan 2003 19:46:18 +0300

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


[Prev in Thread] Current Thread [Next in Thread]