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 zvezdan
Recipients zvezdan
Date 2009-09-10.13:02:43
SpamBayes Score 0.0037289513
Marked as misclassified No
Message-id <1252587766.28.0.808979985112.issue6877@psf.upfronthosting.co.za>
In-reply-to
Content
When testing the patch make sure that your readline module has been 
actually linked against editline library rather then some copy of GNU 
readline from MacPorts or Fink.

Assuming --prefix=${HOME}/opt, the output of

    otool -L ~/opt/lib/python2.4/lib-dynload/readline.so

should contain /usr/lib/libedit.2.dylib.
History
Date User Action Args
2009-09-10 13:02:46zvezdansetrecipients: + zvezdan
2009-09-10 13:02:46zvezdansetmessageid: <1252587766.28.0.808979985112.issue6877@psf.upfronthosting.co.za>
2009-09-10 13:02:44zvezdanlinkissue6877 messages
2009-09-10 13:02:44zvezdancreate