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 ronaldoussoren
Recipients cscscs, ned.deily, ronaldoussoren
Date 2009-09-22.14:27:37
SpamBayes Score 3.2359267e-07
Marked as misclassified No
Message-id <1253629660.58.0.34692157795.issue6959@psf.upfronthosting.co.za>
In-reply-to
Content
As Ned noticed the readline failure is expected unless you have installed 
GNU readline in /usr/local. The system readline is not supported in the 
2.6 branch, it will be supported in 2.7 (at least on Snow Leopard)

I've commited a fix for the Nav.c errors in r75017 (trunk) and r75018 
(2.6)

In both cases the fix disabled Carbon.Nav in 64-bit mode because basicly 
all of the functions in that module wrap deprecated code.
History
Date User Action Args
2009-09-22 14:27:40ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, cscscs
2009-09-22 14:27:40ronaldoussorensetmessageid: <1253629660.58.0.34692157795.issue6959@psf.upfronthosting.co.za>
2009-09-22 14:27:37ronaldoussorenlinkissue6959 messages
2009-09-22 14:27:37ronaldoussorencreate