[Pydev-users] [Users] PyDev + Eclipse + ncurses can't find te...
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-09-29 08:57:53
|
The following forum message was posted by crsn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731099: Hi, I'm writing an ncurses application using pydev under linux. When I try to run the program, the eclipse console says [code] self.stdscr = curses.initscr() File "/usr/lib/python2.6/curses/__init__.py", line 33, in initscr fd=_sys.__stdout__.fileno()) _curses.error: setupterm: could not find terminal[/code] I suppose the problem is clearly that (eclipse?) cannot find a right terminal in order to use properly the ncurses. how can I say to ncurses what terminal to use? do I haveto change it via the eclipse IDE? how? the program runs fine outside eclipse thanks! |