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 vstinner
Recipients Nicholas.Cole, cben, georg.brandl, gpolo, inigoserna, jcea, ned.deily, phep, pitrou, python-dev, r.david.murray, vstinner, zeha
Date 2012-09-03.12:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346673752.52.0.264877166209.issue14223@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless I'm getting the build process wrong (possible, because
> I haven't tried testing fixes before), this fix isn't working for me.

Oh did you compile Python? Did you install it?

Do you have libncursesw? => do you have the function curses.unget_wch?

What is the version of your libcurses[w] library? There are issues on libncurses 5.7. I think Ned Bat changed the script to compile Python on Mac to use a builtin copy of libncurses 5.9. See:
http://bugs.python.org/issue14225#msg163323
History
Date User Action Args
2012-09-03 12:02:33vstinnersetrecipients: + vstinner, georg.brandl, jcea, cben, pitrou, gpolo, ned.deily, r.david.murray, inigoserna, phep, zeha, python-dev, Nicholas.Cole
2012-09-03 12:02:32vstinnersetmessageid: <1346673752.52.0.264877166209.issue14223@psf.upfronthosting.co.za>
2012-09-03 12:02:31vstinnerlinkissue14223 messages
2012-09-03 12:02:30vstinnercreate