On Thu, Feb 3, 2011 at 2:14 PM, Tarek Ziadé <span dir="ltr">&lt;<a href="mailto:ziade.tarek@gmail.com">ziade.tarek@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Thu, Feb 3, 2011 at 2:09 PM, Arve Knudsen &lt;<a href="mailto:arve.knudsen@gmail.com">arve.knudsen@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Feb 3, 2011 at 1:52 PM, Tarek Ziadé &lt;<a href="mailto:ziade.tarek@gmail.com">ziade.tarek@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Feb 3, 2011 at 1:47 PM, Arve Knudsen &lt;<a href="mailto:arve.knudsen@gmail.com">arve.knudsen@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi Tarek<br>
&gt;&gt; &gt; Nevermind, there was a problem with the Python installation so that it<br>
&gt;&gt; &gt; didn&#39;t support zlib. Reinstalling Python fixed it :) Sorry for bothering<br>
&gt;&gt; &gt; you. It might be an idea to embellish distribute_setup.py though, so<br>
&gt;&gt; &gt; that it<br>
&gt;&gt; &gt; detects that Python can&#39;t untar the gzipped archive (due to missing zlib<br>
&gt;&gt; &gt; support). That would&#39;ve saved us some confusion at least :)<br>
&gt;&gt; &gt; Arve<br>
&gt;&gt;<br>
&gt;&gt; Oh.. mmm I think this should even be addressed in tarfile if possible:<br>
&gt;&gt; if tarfile encounters a zipped archive, and zlib is not installed, it<br>
&gt;&gt; should not return a cryptic<br>
&gt;&gt;<br>
&gt;&gt; tarfile.ReadError: file could not be opened successfully<br>
&gt;&gt;<br>
&gt;&gt; But an error like<br>
&gt;&gt;<br>
&gt;&gt; tarfile.ReadError: archive not supported (zlib not installed)<br>
&gt;<br>
&gt; Of course, tarfile *should* address this.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; And well, searching for this error in <a href="http://bugs.python.org" target="_blank">bugs.python.org</a>, it looks like<br>
&gt;&gt; it will be addressed soon: <a href="http://bugs.python.org/issue8978" target="_blank">http://bugs.python.org/issue8978</a><br>
&gt;<br>
&gt; Nice surprise :) However, it&#39;ll only help with fixed versions of Python, no?<br>
&gt; I figure distribute aims to support older Pythons as well.<br>
<br>
</div></div>Sure,  we simply make sure zlib is installed there since Distribute is<br>
always a targz<br>
<br>
Patches are welcome :D</blockquote><div><br></div><div>I&#39;ll consider it :)</div><div><br></div><div>Arve </div></div>