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