<pre>
Hi Tarek,
On Thu, 30 Apr 2009 16:48:32 +0200, Tarek Ziad&eacute;  wrote:
&gt;&gt; --code-------
&gt;&gt;
&gt;&gt; import pkg_resources
&gt;&gt;
&gt;&gt; ws = pkg_resources.WorkingSet()
&gt;&gt;
&gt;&gt; for i in ws:
&gt;&gt;    s = str(i)
&gt;&gt;    print s
&gt;&gt;
&gt;&gt; --end code---
..
&gt;&gt;&gt; No, you just have a list of relative paths to installed package there
&gt;&gt;&gt; that's it.
It seems you are right...
But ... when I check more closely .. I see that the above code doesn't 
really display all the installed packages in the site-lib directory.
There are some directories in there that don't get included in the
results. I would love to know why.
So I am realising that the above code doesn't give the right answers.
I thought if programmers used distutils and so forth everything would
work &quot;properly&quot;.
or is this just an issue with pkg_resources ?
Are these failures of the python subsystem? 
I would love to know...
David
</pre>