<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
I wrote a program in Python 2.5 under Win7 and it runs fine using Numpy
1.2 , but not on a colleague's machine who has a slightly newer 2.5. We
both use IDLE to execute the program. During import he gets this:<br>
<br>
<font face="Arial" size="2">>>> <br>
Traceback (most recent call last):<br>
  File "C:\Documents and Settings\HP_Administrator.DavesDesktop\My
Documents\Astro\Meteors\NC-FireballReport.py", line 38, in
<module><br>
    from scipy import stats as stats # scoreatpercentile<br>
  File "C:\Python25\lib\site-packages\scipy\stats\__init__.py", line 7,
in <module><br>
    from stats import *<br>
  File "C:\Python25\lib\site-packages\scipy\stats\stats.py", line 191,
in <module><br>
    import scipy.special as special<br>
  File "C:\Python25\lib\site-packages\scipy\special\__init__.py", line
22, in <module><br>
    from numpy.testing import NumpyTest<br>
ImportError: cannot import name NumpyTest<br>
>>>     </font><br>
<br>
Comments?<br>
<pre class="moz-signature" cols="72">-- 
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
              Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet  
           Poisoned Shipments. Serious illegal waste dumping may be
           occuring in the Meditrainean. Radioactive material, 
           mercury, biohazards. -- Sci Am Mag, Feb., 2010, p14f.
 
                    Web Page: <<a class="moz-txt-link-abbreviated"
 href="http://www.speckledwithstars.net/">www.speckledwithstars.net/</a>></pre>
</body>
</html>