How to disable readline when building Python?

  • Thread starter Sridhar Ratnakumar
  • Start date
S

Sridhar Ratnakumar

For licensing reasons, I need to disable readline, except editline on
OSX, when building Python. For the life of me, I cannot figure out how
this can be done ("./configure --help" does not show anything relevant);
I've tried the following, and readline.so will still be built:

- ./configure --without-readline
- ./configure --disable-readline
- Set `do_readline = False` in setup.py

This is for Python 2.6; and I am yet to port the same to 2.7.

-srid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,189
Members
46,735
Latest member
HikmatRamazanov

Latest Threads

Top