[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-09-10 Thread David Fraser
David Fraser added the comment: Filed with pypa at https://github.com/pypa/pip/issues/3091 -- nosy: +davidfraser ___ Python tracker ___ __

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: rejected -> third party stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list maili

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-07-30 Thread Robert Collins
Robert Collins added the comment: Yes, Python vendors pip, but is not maintaining it - it should be filed in https://github.com/pypa/pip/issues. -- nosy: +rbcollins resolution: third party -> rejected status: pending -> closed ___ Python tracker

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: I sincerely apologize for it taking more than a year for somebody to say this, but I think this is in the wrong bug tracker and should be reported to the pip project at https://github.com/pypa/pip/issues Donald, could you confirm? -- nosy: +zach.ware re

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2014-06-04 Thread Adam Matan
Changes by Adam Matan : -- title: pip.get_installed_distributions() Does not -> pip.get_installed_distributions() Does not return packages in the current working directory ___ Python tracker _

[issue21657] pip.get_installed_distributions() Does not

2014-06-04 Thread Adam Matan
New submission from Adam Matan: Abstract: Calling pip.get_installed_distributions() from a directory with a setup.py file returns a list which does not include the package(s) listed in the setup.py file. Steps to reproduce: 1. Create a virtual environment and activate it. 2. Download any pyth