This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author upendra-k14
Recipients lorenzogotuned, terry.reedy, upendra-k14
Date 2016-06-01.17:17:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464801477.51.0.0705817865592.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
Actually now we don't need 

"pip list" command to get list of installed distributions.

We can directly get it :

from pip_tkinter._vendor import pkg_resources
installed_packages = [p.project_name for p in pkg_resources.working_set]
History
Date User Action Args
2016-06-01 17:17:57upendra-k14setrecipients: + upendra-k14, terry.reedy, lorenzogotuned
2016-06-01 17:17:57upendra-k14setmessageid: <1464801477.51.0.0705817865592.issue27051@psf.upfronthosting.co.za>
2016-06-01 17:17:57upendra-k14linkissue27051 messages
2016-06-01 17:17:57upendra-k14create