Jump to content

Hi Guys,

 

I am trying to do a little work with curses for a work application and I am having a little trouble with pycharm. 

 

The application is displaying correctly when runout side of pycharm but when I run in the debugger I get the following error.

_curses.error: setupterm: could not find terminal

I have done some reading I can fix this by defining the terminfo (http://stackoverflow.com/questions/9485699/setupterm-could-not-find-terminal-in-python-program-using-curses)

 

I have no idea how to do this, has anyone done this before ? 

Link to comment
https://linustechtips.com/topic/279902-python-curses-in-pycharm/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×