This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chewie
Recipients Chewie, benjamin.peterson, gregory.p.smith
Date 2008-09-14.20:54:52
SpamBayes Score 0.11922687
Marked as misclassified No
Message-id <1221425693.63.0.185361679812.issue3869@psf.upfronthosting.co.za>
In-reply-to
Content
That was it.

Needed to install libreadline5-dev.

Then the default settings for readline in Modules/setup needs
uncommented (line 165 in the current version) and it works.

Thank you kindly.
History
Date User Action Args
2008-09-14 20:54:53Chewiesetrecipients: + Chewie, gregory.p.smith, benjamin.peterson
2008-09-14 20:54:53Chewiesetmessageid: <1221425693.63.0.185361679812.issue3869@psf.upfronthosting.co.za>
2008-09-14 20:54:53Chewielinkissue3869 messages
2008-09-14 20:54:52Chewiecreate