[issue16346] readline problem

2012-12-08 Thread Mathieu Dutour Sikiric
Mathieu Dutour Sikiric added the comment: Well, that was the points, the headers were not available. Mathieu On Sunday, December 9, 2012, Éric Araujo wrote: > > Éric Araujo added the comment: > > On a Ubuntu system you don’t need to install readline from PyPI: CPython > has a readline module

[issue16346] readline problem

2012-12-08 Thread Éric Araujo
Éric Araujo added the comment: On a Ubuntu system you don’t need to install readline from PyPI: CPython has a readline module, which gets compiled if the headers are available. That said, the error you report is still strange. Can you attach the full console output as a text file? --

[issue16346] readline problem

2012-10-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> eric.araujo components: +Distutils, Distutils2 nosy: +alexis, eric.araujo, tarek type: compile error -> behavior ___ Python tracker ___

[issue16346] readline problem

2012-10-28 Thread Mathieu Dutour Sikiric
New submission from Mathieu Dutour Sikiric: Dear all, I tried to install Python 2.7.3 in a home directory for simplicity. On the Ubuntu platform that I had, the readline-dev was not installed. So, I I tried to install the readline package either by "pip install readline" or "python setup.py in