Re: [Pythonmac-SIG] Mac Intel Python status?

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

Piet libedit (editline) is a different library with a similar function
Piet as readline, but not compatible with it. It has a BSD license. It
Piet is often used instead of readline for non-GPL software.

True.  I believe it was written by Rich Salz several years ago.  Python used
to work with it, but eventually started using some readline functionality
which libedit doesn't provide.  I don't recall what that is.

Skip

___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] Mac Intel Python status?

2006-01-26 Thread Piet van Oostrum
 [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


Re: [Pythonmac-SIG] Mac Intel Python status?

2006-01-25 Thread skip

Kent What's the current status of any semi-official build of Python on
Kent Intel?  We actually need to build it without readline support,
Kent haven't been able to figure out how (configure --without-readline
Kent doesn't seem to do it).  It builds if we download Gnu readline and
Kent install it, but without that the build fails.

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

Skip
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


[Pythonmac-SIG] Mac Intel Python status?

2006-01-23 Thread Kent Quirk








Whats the current status of any semi-official build
of Python on Intel?



We actually need to build it without readline support, havent
been able to figure out how (configure --without-readline doesnt seem to
do it). It builds if we download Gnu readline and install it, but without that the
build fails.



Actually, what Im really after is a Universal binary
version. Has anybody built one? If so, is it available?



 Kent












___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig