This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients
Date 2000-12-23.05:52:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Demo/curses/tclock.py raises the following exception:

Traceback (most recent call last):
  File "tclock.py", line 149, in ?
    curses.wrapper(main)
  File "/home/fdrake/projects/python/Lib/curses/wrapper.py", line 44, in wrapper    res = apply(func, (stdscr,) + rest)
  File "tclock.py", line 96, in main
    stdscr.addstr(cy - sdy, cx + sdx, "%d" % (i + 1))
_curses.error: addstr() returned ERR

This is on Linux-Mandrake 7.1, ncurses packages ncurses-5.0-13mdk and ncurses-devel-5.0-13mdk.
History
Date User Action Args
2007-08-23 13:52:31adminlinkissue226700 messages
2007-08-23 13:52:31admincreate