<p dir="ltr"><br>
On 2 Oct 2013 07:12, "Paul Moore" <<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>> wrote:<br>
><br>
> On 1 October 2013 21:32, PJ Eby <<a href="mailto:pje@telecommunity.com">pje@telecommunity.com</a>> wrote:<br>
> > On Tue, Oct 1, 2013 at 1:51 PM, Daniel Holth <<a href="mailto:dholth@gmail.com">dholth@gmail.com</a>> wrote:<br>
> >> pkg_resources only finds distributions inside .egg and inside sys.path<br>
> >> entries that are filesystem directories.<br>
> ><br>
> > Actually it looks in zipfiles (or subdirectory paths thereof) or<br>
> > filesystem directories, and can spot zipfile subdirectories named<br>
> > '.egg' inside zipfiles (or subdirectories thereof).<br>
><br>
> But not dist-info? I thought setuptools supported dist-info formats<br>
> these days. Is this somewhere that got missed? Or is it more subtle<br>
> than that?</p>
<p dir="ltr">I believe it's not recognising "*.whl" as interesting, so it isn't even looking inside the nested wheel to check for dist-info.</p>
<p dir="ltr">Cheers,<br>
Nick.<br></p>
<p dir="ltr">> Paul<br>
> _______________________________________________<br>
> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</p>