Xavier de Gaye added the comment:

This error:
    _curses.error: setupterm: could not find terminfo database

does not occur for me after removing the '--disable-database 
--disable-home-terminfo' options from the configure options used to 
cross-compile ncurses, and after setting the TERMINFO environment variable to a 
location where the the compiled description of the vt100 terminal is set. See 
https://bitbucket.org/xdegaye/pyona.

Also, with API level 21 (Android 5.0), the build of python3 with the official 
android toolchains (that is, without resorting to external libraries for wide 
character support) runs correctly and the python test suite is run with few 
errors, so IMHO this issue may be closed.

----------
nosy: +xdegaye

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

Reply via email to