<div dir="ltr">yes, this helps. But I want to know who uses the module, serpent. So, when I upgrade it or remove it they won't be affected adversely. <div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jul 1, 2014 at 2:16 PM, Irmen de Jong <span dir="ltr"><<a href="mailto:irmen.NOSPAM@xs4all.nl" target="_blank">irmen.NOSPAM@xs4all.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 1-7-2014 12:38, Rita wrote:<br>
> i work in a group of developers (15 or so)  who are located globally. I<br>
> would like to know what modules everyone is uses if I ever have to upgrade<br>
> my python. Is there mechanism which will let me see who is using what?<br>
><br>
> ie,<br>
><br>
> tom,matplotlib<br>
> bob, pylab<br>
> nancy, numpy<br>
> nancy, matplotlib<br>
><br>
> etc...<br>
><br>
><br>
<br>
</div>Well, if your group is all using Pip (and perhaps even virtualenv), you could use pip<br>
list. In my case:<br>
<br>
$ pip list<br>
appdirs (1.3.0)<br>
colorama (0.3.1)<br>
cytoolz (0.6.1)<br>
docutils (0.11)<br>
Jinja2 (2.7.3)<br>
MarkupSafe (0.23)<br>
pip (1.5.6)<br>
py (1.4.20)<br>
pyflakes (0.8.1)<br>
Pygments (1.6)<br>
serpent (1.5, d:\projects\serpent)<br>
setuptools (4.0.1)<br>
smartypants (1.8.3)<br>
Sphinx (1.2.2)<br>
Sphinx-PyPI-upload (0.2.1)<br>
tox (1.7.1)<br>
virtualenv (1.11.6)<br>
wheel (0.23.0)<br>
<br>
You can even use pip freeze and use the resulting output as a requirements.txt file to<br>
easily install everything using pip install -r.<br>
<br>
Hope this is an idea to get you started?<br>
<span class="HOEnZb"><font color="#888888"><br>
Irmen<br>
<br>
<br>
<br>
--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>--- <span>Get your facts first, then you can distort them as you please.</span>--
</div>