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 skrah
Recipients skrah, themoken
Date 2010-04-24.13:11:12
SpamBayes Score 5.1244126e-07
Marked as misclassified No
Message-id <1272114673.47.0.5793147864.issue6091@psf.upfronthosting.co.za>
In-reply-to
Content
Can you check if the latest patch for issue 7384 fixes the problem?
The patch is against py3k, but it comes down to this:

  1) Build the readline module _only_ with -lreadline (instead of
     -lreadline -lncursesw)

  2) Build the curses and curses_panel modules with -lncurses (instead
     of -lncursesw)
History
Date User Action Args
2010-04-24 13:11:13skrahsetrecipients: + skrah, themoken
2010-04-24 13:11:13skrahsetmessageid: <1272114673.47.0.5793147864.issue6091@psf.upfronthosting.co.za>
2010-04-24 13:11:12skrahlinkissue6091 messages
2010-04-24 13:11:12skrahcreate