[sage-support] Re: Re: error: setupterm: could not find terminal

2013-08-22 Thread Volker Braun
Your Python managed to build the _curses extension? Mine didn't, which is presumably why it Python can't get itself confused: building '_curses' extension gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -I/home/vbraun/opt/ sage-5.12.beta3/local/include -I. -IInclude

[sage-support] Re: Re: error: setupterm: could not find terminal

2013-08-22 Thread Martin Albrecht
Hi all, I am running Linux here. I found that link as well and played with my TERM settings, but nothing is working so far: sage: osos.environ["TERM"] 'xterm-new' sage: ZZ? WARNING: terminal is not fully functional - (press RETURN) ... and then I am back in the 90s with "more". Cheers, Martin