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!

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to