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 xdegaye
Recipients lemburg, lizhenhua, loewis, pitrou, shiz, skrah, vstinner, xdegaye, yan12125
Date 2016-04-25.08:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461571673.64.0.0969964859725.issue20305@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-25 08:07:53xdegayesetrecipients: + xdegaye, lemburg, loewis, pitrou, vstinner, skrah, shiz, lizhenhua, yan12125
2016-04-25 08:07:53xdegayesetmessageid: <1461571673.64.0.0969964859725.issue20305@psf.upfronthosting.co.za>
2016-04-25 08:07:53xdegayelinkissue20305 messages
2016-04-25 08:07:53xdegayecreate