


QYolk
On cheeseshop there is Yolk for managing installed with easy_install Python modules. Install it with:easy_install yolk
And then:
yolk -l
And you will see all installed packages. We will make such list in PyQT4 with QTreeWidget. The data will be provided by:
The get_distributions method returns a generator with package name + version and package status (Active/not-active). I've made a simple GUI in QTDesigner with a QTreeWidget (name treeList) in a window named QYolk. I've saved the GUI as qyolk.ui and generating qyolk.py:





