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 cmccabe
Recipients Arfrever, catalin.iacob, christian.heimes, cmccabe, doko, eric.araujo, ita1024, nathanr, rpetrov, skip.montanaro
Date 2017-11-08.19:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510168950.02.0.213398074469.issue15631@psf.upfronthosting.co.za>
In-reply-to
Content
When installing Python 3.6.3 from source on openSUSE Leap 42.2, this bug still occurs.  Python cannot find the readline module, until you symlink $prefix/lib/python3.6/lib-dynload to $prefix/lib64/python3.6/lib-dynload.
History
Date User Action Args
2017-11-08 19:22:30cmccabesetrecipients: + cmccabe, skip.montanaro, doko, christian.heimes, eric.araujo, rpetrov, Arfrever, catalin.iacob, ita1024, nathanr
2017-11-08 19:22:30cmccabesetmessageid: <1510168950.02.0.213398074469.issue15631@psf.upfronthosting.co.za>
2017-11-08 19:22:29cmccabelinkissue15631 messages
2017-11-08 19:22:29cmccabecreate