[SciPy-user] Failed Build from SVN

Frank dalembertian at yahoo.com
Thu Dec 15 23:38:53 EST 2005


Thanks, Robert. Although I was able to build and install the SVN  
version of scipy by following your suggestion, I am still unable to  
get to most of the subpackages (such as interpolate) to import.

Any ideas why only some are not imported while others are?

Thanks,
Frank

Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import scipy
 >>> scipy.test()
   Found 4 tests for scipy.base.records
   Found 2 tests for scipy.base.umath
   Found 25 tests for scipy.base.function_base
   Found 3 tests for scipy.base.getlimits
   Found 9 tests for scipy.base.twodim_base
   Found 17 tests for scipy.base.ma
   Found 6 tests for scipy.base.matrix
   Found 44 tests for scipy.base.shape_base
   Found 4 tests for scipy.base.index_tricks
   Found 42 tests for scipy.base.type_check
   Found 3 tests for scipy.basic.helper
   Found 0 tests for __main__
........................................................................ 
........................................................................ 
.................
----------------------------------------------------------------------
Ran 161 tests in 1.222s

OK
<unittest.TextTestRunner object at 0x6dd70>
 >>> ^D
host >> cd ..
host >> cd ..
host >> python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> from scipy import *
 >>> linalg
<module 'scipy.basic.linalg' from '/System/Library/Frameworks/ 
Python.framework/Versions/2.3/lib/python2.3/site-packages/scipy/basic/ 
linalg.pyc'>
 >>> integrate
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
NameError: name 'integrate' is not defined
 >>> interpolate.linear_1d(x,y)
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
NameError: name 'interpolate' is not defined
 >>>




More information about the SciPy-User mailing list