Thanks a lot P.J. Eby<div><br></div><div>It&#39;s great that things get fixed!<br clear="all"><div><br></div>Hoàng Xuân Phú<br>
<br><br><div class="gmail_quote">On Tue, Mar 29, 2011 at 12:58 AM, P.J. Eby <span dir="ltr">&lt;<a href="mailto:pje@telecommunity.com">pje@telecommunity.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">At 10:08 PM 3/28/2011 +0700, Hoang Xuan Phu wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
Just today I&#39;m using easy_install to install mechanize and it is failing with the error &quot;ValueError: invalid literal for int() with base 10: &#39;382727, 382727&#39;&quot;. By reading the source code and looking at the headers I see that the server is returning 2 Content-Length headers (same value, 382727), which is turned into &#39;382727, 382727&#39;. Fixing this should be very easy and I can do it then submit a patch. I&#39;m just wondering, as distutils seem to be in a forking process, what&#39;s the best way to solve this?<br>

</blockquote>
<br>
easy_install -U setuptools will update you to a version that fixes this, as I&#39;ve already checked in a fix.<br>
<br>
</blockquote></div><br></div>