<div dir="ltr"><div><div><div><div><div>Oleg,<br><br></div>After installing a fresh zlib package from here:<br><a href="http://packages.ubuntu.com/xenial/zlib1g">http://packages.ubuntu.com/xenial/zlib1g</a><br></div>I was able to build and install Python-3.6.0<br></div>seems to me if the zlib module sent out with the 3.6.0 release package doesn't build (which it doesn't) then that's a bug.<br><br></div>thanks for your time,<br></div>Patrick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 16, 2017 at 3:46 PM, Oleg Broytman <span dir="ltr"><<a href="mailto:phd@phdru.name" target="_blank">phd@phdru.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello.<br>
<br>
   We are sorry but we cannot help you. This mailing list is to work on<br>
developing Python (adding new features to Python itself and fixing bugs);<br>
if you're having problems learning, understanding or using Python, please<br>
find another forum. Probably python-list/comp.lang.python mailing list/news<br>
group is the best place; there are Python developers who participate in it;<br>
you may get a faster, and probably more complete, answer there. See<br>
<a href="http://www.python.org/community/" rel="noreferrer" target="_blank">http://www.python.org/<wbr>community/</a> for other lists/news groups/fora. Thank<br>
you for understanding.<br>
<span class=""><br>
<br>
On Thu, Feb 16, 2017 at 02:33:19PM -0600, Patrick Wallinger <<a href="mailto:the.hiker@gmail.com">the.hiker@gmail.com</a>> wrote:<br>
> I'm brand new to python and was trying to install the newest version<br>
> (3.6.0) on my ubuntu 16.04.1 but couldn't get it to build error free. I<br>
> tried searching the bugs but didn't see a match for what I am seeing.<br>
><br>
> Thanks for any help,<br>
> Patrick<br>
><br>
> Here is the report:<br>
> patrick@ubuntu-MacBook:~/<wbr>Programs/Python-3.6.0$ ./python -m test -v<br>
> test_venv<br>
</span>[skip]<br>
<span class="">> zipimport.ZipImportError: can't decompress data; zlib not available<br>
<br>
</span>   Seems yoy don't have zlib or haven't had zlib headers when you<br>
compiled python. Install zlib and zlib-dev packages and recompile<br>
python.<br>
<span class="HOEnZb"><font color="#888888"><br>
Oleg.<br>
--<br>
     Oleg Broytman            <a href="http://phdru.name/" rel="noreferrer" target="_blank">http://phdru.name/</a>            <a href="mailto:phd@phdru.name">phd@phdru.name</a><br>
           Programmers don't die, they just GOSUB without RETURN.<br>
</font></span></blockquote></div><br></div>