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 kyren
Recipients kyren, kyren 原子喵, ned.deily
Date 2017-03-26.08:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490516069.38.0.998540346373.issue29899@psf.upfronthosting.co.za>
In-reply-to
Content
There's no build errors. The compiling and installing process is error-free. Take 3.5.3 as example, it's all good until you enter 3.5.3 python shell and type `import zlib`, it gives `No module name zlib`. I solved by make a `libz.so` link in my `/lib` dir to the `libz.so.1` file in my `/lib/x86_64-linux-gnu` dir according to a thread in Ubuntu forum. It may be system specific, I don't know yet.
History
Date User Action Args
2017-03-26 08:14:29kyrensetrecipients: + kyren, ned.deily, kyren 原子喵
2017-03-26 08:14:29kyrensetmessageid: <1490516069.38.0.998540346373.issue29899@psf.upfronthosting.co.za>
2017-03-26 08:14:29kyrenlinkissue29899 messages
2017-03-26 08:14:28kyrencreate