_curses.error: addwstr() on Ubuntu 17.04

See original GitHub issue

I’m getting this error after installing suplemon: Traceback (most recent call last): File "/usr/local/bin/suplemon", line 11, in <module> load_entry_point('Suplemon==0.1.60', 'console_scripts', 'suplemon')() File "/usr/local/lib/python3.5/dist-packages/suplemon/cli.py", line 37, in main app.run() File "/usr/local/lib/python3.5/dist-packages/suplemon/main.py", line 124, in run self.ui.run(self.run_wrapped) File "/usr/local/lib/python3.5/dist-packages/suplemon/ui.py", line 128, in run curses.wrapper(func) File "/usr/lib/python3.5/curses/__init__.py", line 94, in wrapper return func(stdscr, *args, **kwds) File "/usr/local/lib/python3.5/dist-packages/suplemon/main.py", line 138, in run_wrapped self.ui.refresh() File "/usr/local/lib/python3.5/dist-packages/suplemon/ui.py", line 277, in refresh self.refresh_status() File "/usr/local/lib/python3.5/dist-packages/suplemon/ui.py", line 298, in refresh_status self.show_top_status() File "/usr/local/lib/python3.5/dist-packages/suplemon/ui.py", line 335, in show_top_status self.header_win.addstr(0, 0, head, curses.color_pair(0)) _curses.error: addwstr() returned ERR Help? Thanks

Python3 - 3.5.3 Python - 2.7.13 pip3 - 9.0.1 Ubuntu 17.04

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
wjriveracommented, May 5, 2017

Perfect, it works fine. Thank you!!!

0reactions
richrdcommented, Oct 2, 2017

Closing. Please reopen if problem persists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - _curses.error: addwstr() returned ERR on changing ...
However if I change line 10 from window = newwin(1, 1, posy, posx) to window = newwin(2, 1, posy, posx) i.e change the...
Read more >
error: addwstr() returned ERR : r/learnpython - Reddit
error : addwstr() returned ERR. I don't know why this error occurred. and Idk how to solve this. code import curses from curses...
Read more >
Python: Program Works Fine but Generates Errors
_curses.error: addstr() returned ERR. The reason I got this error was because after printing a character, it would move the cursor to the ......
Read more >
https://git.calculate-linux.org/calculate/gentoo-o...
md5-cache/dev-python/cherrypy-17.4.1-r1 | 16 + ... XWyf^chVSEf1T#38 zh$Z9>Lc()HledYsH##s;zBmq3leWNZ ... PdyAG()O?_qyJcf0LgwqYkN|IlWI>c=^TTZcOL#Seh94KF!
Read more >
Curses script doesn't work - Python Forum
I was bored and started to play with curses. ... screen = curses.initscr() ... x_pos, text) _curses.error: addwstr() returned ERR.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found