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 Aivar.Annamaa, Marcus.Smith, Saimadhav.Heblikar, belopolsky, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-03-25.11:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458906146.22.0.47935803896.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
@Terry, I have tried to implement the treeview (as suggested by Alexander) and separate out the functions for retrieving data and displaying data. But, I have doubt on how to separate out the functions for getting data and displaying data. Further, I have changed the definition of 'runpip' function. I have used the subprocess module. Because of that few bugs are removed, but the speed of getting results from the pip command is slightly reduced.
Therefore, if you can get time to review my updated code, please tell me about possible improvements.
History
Date User Action Args
2016-03-25 11:42:26upendra-k14setrecipients: + upendra-k14, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, belopolsky, markroseman, Aivar.Annamaa, dstufft, Marcus.Smith, Saimadhav.Heblikar, erickhoo
2016-03-25 11:42:26upendra-k14setmessageid: <1458906146.22.0.47935803896.issue23551@psf.upfronthosting.co.za>
2016-03-25 11:42:26upendra-k14linkissue23551 messages
2016-03-25 11:42:26upendra-k14create