ImportError: No module named '_curses' when trying to import blessings

前端 未结 4 2122
死守一世寂寞
死守一世寂寞 2021-02-05 04:46

I am trying to run this:

from blessings import Terminal

t = Terminal()

print (t.bold(\'Hi there!\'))
print (t.bold_red_on_bright_green(\'It hurts my eyes!\'))
         


        
4条回答
提交回复
热议问题