Setup readline by default? (was Re: Interactive problems with Python 1.6)
Huaiyu Zhu
hzhu at users.sourceforge.net
Wed Sep 20 16:46:40 EDT 2000
More information about the Python-list mailing list
Wed Sep 20 16:46:40 EDT 2000
- Previous message (by thread): Interactive problems with Python 1.6
- Next message (by thread): Setup readline by default? (was Re: Interactive problems with Python 1.6)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 20 Sep 2000 13:18:23 GMT, Dave Lambert <dlambert at danielind.com> wrote: > >For others. The solution is to uncomment the following line in the >Modules/Setup file: > >readline readline.c -lreadline -ltermcap Is there a reason that readline is not on by default? Most people would want it if it's on the system. Can't the ./configure figure it out whenever it's available on a host? Is it the GPL compatibility issue again? If it's not compatible for doing it automatically , how would the user doing it by hand make it compatible? Huaiyu
- Previous message (by thread): Interactive problems with Python 1.6
- Next message (by thread): Setup readline by default? (was Re: Interactive problems with Python 1.6)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list