kyren added the comment:

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.

----------
nosy: +kyren

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29899>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to