<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<blockquote type="cite">I answered my own question. To see a list
of installed modules...
<div><br>
</div>
<div>1) install pip</div>
2) run "pip freeze"<br>
</blockquote>
<br>
Thanks, I didn't know that. Curious choice of a word to use for
"show me installed modules and versions".<br>
<br>
<i>...later: </i><br>
<br>
Pip freeze on my system shows:<br>
<blockquote>Whoosh==2.3.2<br>
active-directory==0.6<br>
distribute==0.6.25<br>
ipython==0.12<br>
numpy==1.5.1<br>
pyreadline==2.0-dev1<br>
pyzmq==2.1.11<br>
tornado==2.2<br>
</blockquote>
Which is mostly correct, with the exception of one, I installed
those using either pip or easy_install. The oddball is numpy. It is
installed from the osgeo4w python-numpy package. Maybe numpy is
installed twice, once via o4w and once via a pip dependency?<br>
<br>
Running 'pip uinstall numpy' didn't seem to break my system, 'import
numpy' still works even though 'pip freeze' no longer lists it as
available. Following this with 'pip install numpy' want's to
install a newer version, 1.6.1. The o4w version is 1.5.1, so doing
this might cause version conflicts. (untested, I aborted the install.)<br>
<br>
In any case this is a warning flag of possible confusion down the
line. I'm not saying don't use pip, I am after all, just be aware of
the potential for trouble.<br>
<br>
cheers,<br>
<pre class="moz-signature" cols="72">matt wilkie
--------------------------------------------
Geomatics Analyst
Information Management and Technology
Yukon Department of Environment
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9
867-667-8133 Tel * 867-393-7003 Fax
<a class="moz-txt-link-freetext" href="http://environmentyukon.gov.yk.ca/geomatics/">http://environmentyukon.gov.yk.ca/geomatics/</a>
-------------------------------------------- </pre>
<br>
</body>
</html>