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 chuck
Recipients chuck
Date 2009-10-02.20:29:42
SpamBayes Score 0.00012609079
Marked as misclassified No
Message-id <1254515384.63.0.944831963301.issue7038@psf.upfronthosting.co.za>
In-reply-to
Content
test_curses
test test_curses crashed -- <class '_curses.error'>: endwin() returned 
ERR
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/test/re
grtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/test/te
st_curses.py", line 279, in <module>
    curses.endwin()
error: endwin() returned ERR
1 test failed:
    test_curses
History
Date User Action Args
2009-10-02 20:29:44chucksetrecipients: + chuck
2009-10-02 20:29:44chucksetmessageid: <1254515384.63.0.944831963301.issue7038@psf.upfronthosting.co.za>
2009-10-02 20:29:43chucklinkissue7038 messages
2009-10-02 20:29:43chuckcreate