STINNER Victor <victor.stin...@haypocalc.com> added the comment:

@Barry: can you try to get a trace using gdb? Start python in gdb, set a 
breapoint on PyErr_SetObject, continue, run the Python command "import 
_curses", get the gdb traceback (or continue if the error is not the UTF-8 
error).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to