>>>>> [EMAIL PROTECTED] (s) wrote:

>s> Apparently the readline library in MacOSX isn't really readline.  It's a
>s> renamed libedit.  Not having encountered this deception before, Python's
>s> build procedure doesn't know to test the capability of readline.  I suggest
>s> you just comment out the readline checks in setup.py.

libedit (editline) is a different library with a similar function as
readline, but not compatible with it. It has a BSD license. It is often
used instead of readline for non-GPL software.
-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to