<div dir="ltr"><div class="gmail_extra">On 13 July 2013 20:35, Marcus Smith <span dir="ltr"><<a href="mailto:qwcode@gmail.com" target="_blank">qwcode@gmail.com</a>></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>The drawbacks of bundling setuptools:</div><div>1) maybe some weird bug/side-effect shows up after we do it (ok, maybe that's FUD)</div></blockquote></div><br>One possible issue is with the "install from sdist" code, which runs Python in a subprocess with the "import setuptools, etc etc" incantation to force always using setuptools. That may break (or at least need changing) for a bundled setuptools, which won't be visible from the top level by default. Worth checking, anyway.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>Of course, this code path becomes less important as we move towards installing from wheels, but it's going to be a while before that's the norm.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Paul</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>PS Apologies if I already said this. I'm losing track of what I've replied to and what I've just thought about on this thread :-(</div>
</div>