Debian Automated Code Analysis

pyflakes analysis of python-scipy_0.9.0+dfsg1-1+b1_i386.deb

./usr/share/pyshared/scipy/__config__.py:34: invalid syntax
    
     ^
./usr/share/pyshared/scipy/__init__.py:81: '__numpy_version__' imported but unused
./usr/share/pyshared/scipy/__init__.py:85: 'oldnumeric' imported but unused
./usr/share/pyshared/scipy/__init__.py:86: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/__init__.py:87: 'rand' imported but unused
./usr/share/pyshared/scipy/__init__.py:87: 'randn' imported but unused
./usr/share/pyshared/scipy/__init__.py:88: 'fft' imported but unused
./usr/share/pyshared/scipy/__init__.py:88: 'ifft' imported but unused
./usr/share/pyshared/scipy/__init__.py:89: 'from numpy.lib.scimath import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/__init__.py:106: undefined name 'linalg'
./usr/share/pyshared/scipy/__init__.py:110: 'show_config' imported but unused
./usr/share/pyshared/scipy/__init__.py:116: '__version__' imported but unused
./usr/share/pyshared/scipy/spatial/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/spatial/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/share/pyshared/scipy/spatial/distance.py:1107: redefinition of function 'dfun' from line 1105
./usr/share/pyshared/scipy/spatial/distance.py:1109: redefinition of function 'dfun' from line 1107
./usr/share/pyshared/scipy/spatial/distance.py:1111: redefinition of function 'dfun' from line 1109
./usr/share/pyshared/scipy/spatial/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/spatial/__init__.py:6: 'from kdtree import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/spatial/__init__.py:7: 'from ckdtree import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/spatial/__init__.py:8: 'from qhull import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/spatial/__init__.py:13: 'distance' imported but unused
./usr/share/pyshared/scipy/spatial/tests/test_qhull.py:181: local variable 'tri' is assigned to but never used
./usr/share/pyshared/scipy/spatial/tests/test_qhull.py:182: local variable 'tri2' is assigned to but never used
./usr/share/pyshared/scipy/spatial/tests/test_kdtree.py:420: local variable 'M' is assigned to but never used
./usr/share/pyshared/scipy/spatial/tests/test_distance.py:1378: local variable 'y3' is assigned to but never used
./usr/share/pyshared/scipy/linalg/decomp_qr.py:3: 'warn' imported but unused
./usr/share/pyshared/scipy/linalg/lapack.py:97: undefined name 'func_code'
./usr/share/pyshared/scipy/linalg/scons_support.py:1: 'pjoin' imported but unused
./usr/share/pyshared/scipy/linalg/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/linalg/__init__.py:6: '__version__' imported but unused
./usr/share/pyshared/scipy/linalg/__init__.py:8: 'from misc import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:9: 'from basic import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:10: 'from decomp import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:11: 'from decomp_lu import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:12: 'from decomp_cholesky import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:13: 'from decomp_qr import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:14: 'from decomp_svd import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:15: 'from decomp_schur import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:16: 'from matfuncs import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:17: 'from blas import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/__init__.py:18: 'from special_matrices import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/flinalg.py:13: redefinition of unused '_flinalg' from line 11
./usr/share/pyshared/scipy/linalg/benchmarks/bench_decom.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/benchmarks/bench_decom.py:13: local variable 'Numeric_eigvals' is assigned to but never used
./usr/share/pyshared/scipy/linalg/benchmarks/bench_decom.py:26: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/linalg/benchmarks/bench_basic.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/linalg/benchmarks/bench_basic.py:11: local variable 'basic_solve' is assigned to but never used
./usr/share/pyshared/scipy/linalg/benchmarks/bench_basic.py:28: local variable 'b' is assigned to but never used
./usr/share/pyshared/scipy/linalg/benchmarks/bench_basic.py:50: local variable 'basic_inv' is assigned to but never used
./usr/share/pyshared/scipy/linalg/benchmarks/bench_basic.py:88: local variable 'basic_det' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_matfuncs.py:33: local variable 'r' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_matfuncs.py:43: local variable 'r' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_matfuncs.py:54: local variable 'r' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_build.py:17: local variable 'st' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_build.py:25: undefined name 'libfile'
./usr/share/pyshared/scipy/linalg/tests/test_decomp.py:1125: local variable 'v' is assigned to but never used
./usr/share/pyshared/scipy/linalg/tests/test_atlas_version.py:6: 'scipy' imported but unused
./usr/share/pyshared/scipy/fftpack/setupscons.py:4: 'join' imported but unused
./usr/share/pyshared/scipy/fftpack/setupscons.py:8: 'get_info' imported but unused
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'irfft' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'ifft' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'rfftfreq' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'fftn' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'ss_diff' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'sc_diff' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'ihilbert' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'fft' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'ifft2' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'fft2' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'itilbert' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'rfft' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'cc_diff' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'cs_diff' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'tilbert' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'shift' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'diff' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'hilbert' in __all__
./usr/share/pyshared/scipy/fftpack/info.py:57: undefined name 'ifftn' in __all__
./usr/share/pyshared/scipy/fftpack/__init__.py:6: '__doc__' imported but unused
./usr/share/pyshared/scipy/fftpack/__init__.py:8: '__version__' imported but unused
./usr/share/pyshared/scipy/fftpack/__init__.py:10: 'from basic import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/__init__.py:11: 'from pseudo_diffs import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/__init__.py:12: 'from helper import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/__init__.py:19: 'from realtransforms import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_pseudo_diffs.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_basic.py:4: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_basic.py:5: 'rfft' imported but unused
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_basic.py:8: 'numpy' imported but unused
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_basic.py:112: 'numpy_rfft' imported but unused
./usr/share/pyshared/scipy/fftpack/benchmarks/bench_basic.py:129: local variable 'x' is assigned to but never used
./usr/share/pyshared/scipy/fftpack/tests/test_pseudo_diffs.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/tests/test_pseudo_diffs.py:327: local variable 'y' is assigned to but never used
./usr/share/pyshared/scipy/fftpack/tests/test_real_transforms.py:5: 'numfft' imported but unused
./usr/share/pyshared/scipy/fftpack/tests/test_real_transforms.py:136: local variable 'y' is assigned to but never used
./usr/share/pyshared/scipy/fftpack/tests/test_real_transforms.py:196: local variable 'y' is assigned to but never used
./usr/share/pyshared/scipy/fftpack/tests/test_helper.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/fftpack/tests/test_basic.py:667: local variable 'y' is assigned to but never used
./usr/share/pyshared/scipy/integrate/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/integrate/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/integrate/__init__.py:7: 'from quadrature import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/integrate/__init__.py:8: 'from odepack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/integrate/__init__.py:9: 'from quadpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/integrate/__init__.py:10: 'from ode import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/integrate/quadpack.py:349: redefinition of function 'thefunc' from line 343
./usr/share/pyshared/scipy/integrate/quadrature.py:89: redefinition of function 'vfunc' from line 86
./usr/share/pyshared/scipy/stats/stats.py:954: local variable 'n' is assigned to but never used
./usr/share/pyshared/scipy/stats/stats.py:2140: local variable 'tmp' is assigned to but never used
./usr/share/pyshared/scipy/stats/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/stats/kde.py:31: 'stats' imported but unused
./usr/share/pyshared/scipy/stats/mstats.py:3: 'from mstats_basic import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/mstats.py:4: 'from mstats_extras import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/stats/__init__.py:7: 'from stats import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/__init__.py:8: 'from distributions import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/__init__.py:9: 'from rv import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/__init__.py:10: 'from morestats import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/stats/__init__.py:11: 'gaussian_kde' imported but unused
./usr/share/pyshared/scipy/stats/__init__.py:12: 'mstats' imported but unused
./usr/share/pyshared/scipy/stats/mstats_basic.py:1262: local variable 'nsize' is assigned to but never used
./usr/share/pyshared/scipy/stats/mstats_basic.py:1286: local variable 'shp' is assigned to but never used
./usr/share/pyshared/scipy/stats/morestats.py:15: 'scipy' imported but unused
./usr/share/pyshared/scipy/stats/morestats.py:20: 'futil' imported but unused
./usr/share/pyshared/scipy/stats/vonmises.py:4: 'numpy' imported but unused
./usr/share/pyshared/scipy/stats/vonmises.py:25: local variable 'chi' is assigned to but never used
./usr/share/pyshared/scipy/stats/_support.py:3: 'copy' imported but unused
./usr/share/pyshared/scipy/stats/distributions.py:90: redefinition of unused 'instancemethod' from line 87
./usr/share/pyshared/scipy/stats/distributions.py:1836: redefinition of function 'fun' from line 1833
./usr/share/pyshared/scipy/stats/distributions.py:5596: redefinition of function 'fun' from line 5592
./usr/share/pyshared/scipy/stats/tests/test_discrete_basic.py:82: local variable 'rvs' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_discrete_basic.py:260: local variable 'cdfs' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_continuous_basic.py:180: local variable 'skurt' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_continuous_basic.py:181: local variable 'sskew' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_continuous_basic.py:212: local variable 'skurt' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_continuous_basic.py:213: local variable 'sskew' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_stats.py:11: 'rand' imported but unused
./usr/share/pyshared/scipy/stats/tests/test_stats.py:14: 'zeros' imported but unused
./usr/share/pyshared/scipy/stats/tests/test_stats.py:14: 'ravel' imported but unused
./usr/share/pyshared/scipy/stats/tests/test_distributions.py:553: local variable 's' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_distributions.py:661: local variable 'g' is assigned to but never used
./usr/share/pyshared/scipy/stats/tests/test_fit.py:10: 'npt' imported but unused
./usr/share/pyshared/scipy/misc/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/scipy/misc/__init__.py:5: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/misc/__init__.py:15: 'from pilutil import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/misc/tests/test_doccer.py:3: 'np' imported but unused
./usr/share/pyshared/scipy/misc/tests/test_doccer.py:5: 'assert_raises' imported but unused
./usr/share/pyshared/scipy/misc/tests/test_doccer.py:7: 'assert_true' imported but unused
./usr/share/pyshared/scipy/misc/tests/test_doccer.py:82: redefinition of function 'func' from line 71
./usr/share/pyshared/scipy/weave/cpp_namespace_spec.py:78: local variable 'cpp_ident' is assigned to but never used
./usr/share/pyshared/scipy/weave/cpp_namespace_spec.py:79: undefined name 'cpp'
./usr/share/pyshared/scipy/weave/cpp_namespace_spec.py:95: local variable 'clean_type' is assigned to but never used
./usr/share/pyshared/scipy/weave/cpp_namespace_spec.py:96: local variable 'name' is assigned to but never used
./usr/share/pyshared/scipy/weave/cpp_namespace_spec.py:97: local variable 'var_name' is assigned to but never used
./usr/share/pyshared/scipy/weave/catalog.py:41: 'dbhash' imported but unused
./usr/share/pyshared/scipy/weave/catalog.py:45: redefinition of unused 'shelve' from line 42
./usr/share/pyshared/scipy/weave/base_info.py:117: redefinition of function 'sources' from line 113
./usr/share/pyshared/scipy/weave/md5_load.py:6: 'from hashlib import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/weave/md5_load.py:8: 'from md5 import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/weave/bytecodecompiler.py:1178: local variable 'rhs' is assigned to but never used
./usr/share/pyshared/scipy/weave/bytecodecompiler.py:1179: local variable 'lhsType' is assigned to but never used
./usr/share/pyshared/scipy/weave/bytecodecompiler.py:1198: local variable 'rhs' is assigned to but never used
./usr/share/pyshared/scipy/weave/bytecodecompiler.py:1199: local variable 'lhs' is assigned to but never used
./usr/share/pyshared/scipy/weave/build_tools.py:385: undefined name 'WindowsError'
./usr/share/pyshared/scipy/weave/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:6: '__version__' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:9: 'blitz' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:13: 'inline' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:14: 'ext_tools' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:15: 'ext_function' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:15: 'ext_module' imported but unused
./usr/share/pyshared/scipy/weave/__init__.py:17: 'accelerate' imported but unused
./usr/share/pyshared/scipy/weave/blitz_spec.py:72: local variable 'msvc_msg' is assigned to but never used
./usr/share/pyshared/scipy/weave/ext_tools.py:315: local variable 'arg_specs' is assigned to but never used
./usr/share/pyshared/scipy/weave/accelerate_tools.py:313: local variable 'f' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:18: local variable 'ex' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:19: local variable 'ca_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:20: local variable 'cb_y_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:21: local variable 'cb_z_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:22: local variable 'hz' is assigned to but never used
./usr/share/pyshared/scipy/weave/size_check.py:23: local variable 'hy' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:116: local variable 'ast' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:117: local variable 'k' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:118: local variable 'ex' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:119: local variable 'ca_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:120: local variable 'cb_y_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:121: local variable 'cb_z_x' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:122: local variable 'hz' is assigned to but never used
./usr/share/pyshared/scipy/weave/blitz_tools.py:123: local variable 'hy' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_numpy_scalar_spec.py:63: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_numpy_scalar_spec.py:87: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_numpy_scalar_spec.py:102: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_numpy_scalar_spec.py:144: local variable 'test_dir' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:93: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:185: local variable 'attr_name' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:217: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:282: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:298: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:304: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:385: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:508: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:527: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:549: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:566: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:574: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:632: local variable 'first' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:637: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:648: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:660: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:673: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:688: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:689: local variable 'method' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:701: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:702: local variable 'method' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:715: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:716: local variable 'method' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:741: local variable 'first' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:746: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:760: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:772: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:778: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_object.py:881: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:43: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:49: local variable 'item' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:96: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:98: local variable 'item' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:139: local variable 'val' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_sequence.py:193: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_inline_tools.py:14: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:79: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:103: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:147: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:171: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:214: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:238: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:334: local variable 'd' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:339: local variable 'l' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:344: local variable 's' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:349: local variable 't' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:382: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:407: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:442: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:466: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:563: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:587: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:630: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:654: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_c_spec.py:782: local variable 'test_dir' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_dict.py:67: local variable 'key' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_scxx_dict.py:88: local variable 'key_name' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_blitz_tools.py:105: local variable 'result' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_ext_tools.py:24: 'simple_ext_module' imported but unused
./usr/share/pyshared/scipy/weave/tests/test_ext_tools.py:87: local variable 'var_specs' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_ext_tools.py:131: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_ext_tools.py:132: local variable 'b' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_ext_tools.py:133: local variable 'c' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:102: local variable 'xx' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:103: local variable 'yy' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:115: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:289: local variable 'actual' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:295: local variable 'actual' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:350: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:351: local variable 'nx' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:355: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/test_size_check.py:356: local variable 'nx' is assigned to but never used
./usr/share/pyshared/scipy/weave/tests/weave_test_utils.py:43: undefined name 'backup_dir'
./usr/share/pyshared/scipy/weave/tests/weave_test_utils.py:44: undefined name 'backup_dir'
./usr/share/pyshared/scipy/weave/tests/weave_test_utils.py:51: undefined name 'backup_dir'
./usr/share/pyshared/scipy/weave/tests/scxx_timings.py:91: undefined name 'i'
./usr/share/pyshared/scipy/ndimage/setupscons.py:3: 'get_include' imported but unused
./usr/share/pyshared/scipy/ndimage/__init__.py:32: 'from filters import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:33: 'from fourier import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:34: 'from interpolation import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:35: 'from measurements import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:36: 'from morphology import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:37: 'from io import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/ndimage/__init__.py:44: '__doc__' imported but unused
./usr/share/pyshared/scipy/ndimage/measurements.py:349: local variable 'nlabels' is assigned to but never used
./usr/share/pyshared/scipy/ndimage/measurements.py:360: local variable 'idx' is assigned to but never used
./usr/share/pyshared/scipy/ndimage/morphology.py:1765: undefined name 'tmp1'
./usr/share/pyshared/scipy/ndimage/morphology.py:1766: undefined name 'tmp1'
./usr/share/pyshared/scipy/ndimage/morphology.py:1790: undefined name 'tmp'
./usr/share/pyshared/scipy/ndimage/morphology.py:1827: undefined name 'tmp'
./usr/share/pyshared/scipy/ndimage/morphology.py:2188: undefined name 'dt'
./usr/share/pyshared/scipy/ndimage/tests/test_io.py:7: 'Image' imported but unused
./usr/share/pyshared/scipy/ndimage/tests/test_ndimage.py:33: 'np' imported but unused
./usr/share/pyshared/scipy/ndimage/tests/test_ndimage.py:35: 'TestCase' imported but unused
./usr/share/pyshared/scipy/ndimage/tests/test_ndimage.py:1009: local variable 'kernel' is assigned to but never used
./usr/share/pyshared/scipy/ndimage/tests/test_ndimage.py:3645: local variable 'struct' is assigned to but never used
./usr/share/pyshared/scipy/cluster/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/cluster/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/share/pyshared/scipy/cluster/hierarchy.py:179: redefinition of function '_warning' from line 176
./usr/share/pyshared/scipy/cluster/hierarchy.py:886: local variable 'Ys' is assigned to but never used
./usr/share/pyshared/scipy/cluster/hierarchy.py:1704: redefinition of function '_plot_dendrogram' from line 1555
./usr/share/pyshared/scipy/cluster/hierarchy.py:2000: local variable 'props' is assigned to but never used
./usr/share/pyshared/scipy/cluster/hierarchy.py:2244: local variable 'uan' is assigned to but never used
./usr/share/pyshared/scipy/cluster/hierarchy.py:2250: local variable 'ubn' is assigned to but never used
./usr/share/pyshared/scipy/cluster/hierarchy.py:2305: local variable 'ah' is assigned to but never used
./usr/share/pyshared/scipy/cluster/hierarchy.py:2306: local variable 'bh' is assigned to but never used
./usr/share/pyshared/scipy/cluster/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:43: local variable 'code' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:49: local variable 'code' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:55: local variable 'code' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:77: local variable 'code' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:102: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:126: local variable 'res' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:128: local variable 'e' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:146: local variable 'data2' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:150: local variable 'code1' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:151: local variable 'code2' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:159: local variable 'code1' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_vq.py:179: local variable 'e' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/vq_test.py:17: local variable 't1' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/vq_test.py:19: local variable 't2' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/vq_test.py:32: undefined name 'string'
./usr/share/pyshared/scipy/cluster/tests/vq_test.py:34: undefined name 'array'
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:536: local variable 'q' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:738: local variable 'node' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:745: local variable 'node' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:751: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:759: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:767: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:775: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:783: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:791: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:911: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:933: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:943: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:953: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:963: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:973: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1006: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1017: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1028: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1039: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1050: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1102: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1113: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1124: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1135: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1146: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1178: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1189: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1200: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1211: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1222: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1254: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1265: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1276: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1287: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1298: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1330: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1341: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1352: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1363: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/cluster/tests/test_hierarchy.py:1374: local variable 'Y' is assigned to but never used
./usr/share/pyshared/scipy/constants/__init__.py:35: 'from codata import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/constants/__init__.py:36: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/odr/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/odr/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/maxentropy/setupscons.py:5: 'join' imported but unused
./usr/share/pyshared/scipy/maxentropy/setup.py:5: 'join' imported but unused
./usr/share/pyshared/scipy/maxentropy/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/scipy/maxentropy/__init__.py:2: 'from maxentropy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/maxentropy/maxentropy.py:1376: local variable 'stdevlogZ' is assigned to but never used
./usr/share/pyshared/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_k'
./usr/share/pyshared/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_kminus1'
./usr/share/pyshared/scipy/maxentropy/maxentropy.py:1592: local variable 'y_kminus1' is assigned to but never used
./usr/share/pyshared/scipy/maxentropy/examples/conditionalexample1.py:4: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/maxentropy/examples/conditionalexample1.py:5: 'from scipy.maxentropy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/tnc.py:191: redefinition of function 'func_and_grad' from line 185
./usr/share/pyshared/scipy/optimize/tnc.py:196: redefinition of function 'func_and_grad' from line 191
./usr/share/pyshared/scipy/optimize/linesearch.py:230: redefinition of function 'derphi' from line 221
./usr/share/pyshared/scipy/optimize/linesearch.py:385: local variable 'D' is assigned to but never used
./usr/share/pyshared/scipy/optimize/lbfgsb.py:146: redefinition of function 'func_and_grad' from line 141
./usr/share/pyshared/scipy/optimize/lbfgsb.py:150: redefinition of function 'func_and_grad' from line 146
./usr/share/pyshared/scipy/optimize/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/optimize/setupscons.py:7: 'get_info' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:7: 'from optimize import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/__init__.py:8: 'from minpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/__init__.py:9: 'from zeros import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/__init__.py:10: 'from anneal import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/__init__.py:11: 'fmin_l_bfgs_b' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:12: 'fmin_tnc' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:13: 'fmin_cobyla' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:14: 'from nonlin import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/__init__.py:15: 'fmin_slsqp' imported but unused
./usr/share/pyshared/scipy/optimize/__init__.py:16: 'nnls' imported but unused
./usr/share/pyshared/scipy/optimize/optimize.py:638: local variable 'N' is assigned to but never used
./usr/share/pyshared/scipy/optimize/optimize.py:645: local variable 'sk' is assigned to but never used
./usr/share/pyshared/scipy/optimize/optimize.py:1134: local variable 'xmin' is assigned to but never used
./usr/share/pyshared/scipy/optimize/optimize.py:1134: local variable 'fval' is assigned to but never used
./usr/share/pyshared/scipy/optimize/nonlin.py:113: 'lstsq' imported but unused
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:3: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:5: 'cc' imported but unused
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:13: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:14: local variable 'b' is assigned to but never used
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:23: local variable 'func' is assigned to but never used
./usr/share/pyshared/scipy/optimize/benchmarks/bench_zeros.py:25: local variable 'meth' is assigned to but never used
./usr/share/pyshared/scipy/signal/filter_design.py:1144: local variable 'm' is assigned to but never used
./usr/share/pyshared/scipy/signal/filter_design.py:1214: local variable 'ws' is assigned to but never used
./usr/share/pyshared/scipy/signal/filter_design.py:1215: local variable 'm1' is assigned to but never used
./usr/share/pyshared/scipy/signal/signaltools.py:4: 'warnings' imported but unused
./usr/share/pyshared/scipy/signal/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/signal/__init__.py:7: 'sigtools' imported but unused
./usr/share/pyshared/scipy/signal/__init__.py:8: 'from waveforms import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:9: 'from bsplines import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:10: 'from filter_design import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:11: 'from fir_filter_design import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:12: 'from ltisys import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:13: 'from windows import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:14: 'from signaltools import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/__init__.py:15: 'from wavelets import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/signal/bsplines.py:9: 'qspline2d' imported but unused
./usr/share/pyshared/scipy/signal/bsplines.py:9: 'symiirorder1' imported but unused
./usr/share/pyshared/scipy/signal/bsplines.py:9: 'symiirorder2' imported but unused
./usr/share/pyshared/scipy/signal/bsplines.py:186: local variable 'c0' is assigned to but never used
./usr/share/pyshared/scipy/signal/bsplines.py:187: local variable 'P' is assigned to but never used
./usr/share/pyshared/scipy/signal/waveforms.py:118: local variable 'tsub' is assigned to but never used
./usr/share/pyshared/scipy/signal/waveforms.py:119: local variable 'wsub' is assigned to but never used
./usr/share/pyshared/scipy/signal/ltisys.py:397: redefinition of function 'fprime' from line 391
./usr/share/pyshared/scipy/signal/wavelets.py:77: local variable 'gk' is assigned to but never used
./usr/share/pyshared/scipy/signal/tests/test_filter_design.py:6: 'bessel' imported but unused
./usr/share/pyshared/scipy/signal/tests/test_ltisys.py:7: 'lti' imported but unused
./usr/share/pyshared/scipy/special/setupscons.py:3: 'os' imported but unused
./usr/share/pyshared/scipy/special/setupscons.py:4: 'sys' imported but unused
./usr/share/pyshared/scipy/special/setupscons.py:5: 'join' imported but unused
./usr/share/pyshared/scipy/special/setupscons.py:6: 'get_python_inc' imported but unused
./usr/share/pyshared/scipy/special/setup.py:3: 'os' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:5: '__docformat__' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:8: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/special/__init__.py:9: 'from _cephes import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/special/__init__.py:11: 'from basic import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/special/__init__.py:12: 'specfun' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:13: 'orthogonal' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:14: 'from orthogonal import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/special/__init__.py:15: 'multigammaln' imported but unused
./usr/share/pyshared/scipy/special/__init__.py:16: 'lambertw' imported but unused
./usr/share/pyshared/scipy/special/special_version.py:6: 'svn_version' imported but unused
./usr/share/pyshared/scipy/special/orthogonal.py:457: local variable 'g' is assigned to but never used
./usr/share/pyshared/scipy/special/tests/test_mpmath.py:16: redefinition of unused 'mpmath' from line 13
./usr/share/pyshared/scipy/special/tests/test_mpmath.py:18: redefinition of unused 'mpmath' from line 16
./usr/share/pyshared/scipy/special/tests/test_basic.py:895: local variable 'eu1' is assigned to but never used
./usr/share/pyshared/scipy/special/tests/test_basic.py:1935: local variable 'mc' is assigned to but never used
./usr/share/pyshared/scipy/special/tests/test_basic.py:1967: local variable 'pbv' is assigned to but never used
./usr/share/pyshared/scipy/special/tests/test_basic.py:1968: local variable 'derrl' is assigned to but never used
./usr/share/pyshared/scipy/io/idl.py:224: local variable 'ncols' is assigned to but never used
./usr/share/pyshared/scipy/io/idl.py:309: local variable 'recpos' is assigned to but never used
./usr/share/pyshared/scipy/io/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:7: 'deprecate' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:11: 'savemat' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:11: 'loadmat' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:14: 'netcdf_file' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:14: 'netcdf_variable' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:16: 'byteordercodes' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:17: 'save_as_module' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:18: 'mmwrite' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:18: 'mmread' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:18: 'mminfo' imported but unused
./usr/share/pyshared/scipy/io/__init__.py:19: 'readsav' imported but unused
./usr/share/pyshared/scipy/io/mmio.py:345: redefinition of unused 'coo_matrix' from line 343
./usr/share/pyshared/scipy/io/mmio.py:499: local variable 'entries' is assigned to but never used
./usr/share/pyshared/scipy/io/netcdf.py:104: 'np' imported but unused
./usr/share/pyshared/scipy/io/netcdf.py:180: redefinition of unused 'mmap' from line 102
./usr/share/pyshared/scipy/io/netcdf.py:187: redefinition of unused 'mmap' from line 102
./usr/share/pyshared/scipy/io/matlab/mio4.py:11: 'MatWriteError' imported but unused
./usr/share/pyshared/scipy/io/matlab/mio5.py:81: redefinition of unused 'BytesIO' from line 79
./usr/share/pyshared/scipy/io/matlab/mio5.py:357: local variable 'mdict' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/__init__.py:11: 'savemat' imported but unused
./usr/share/pyshared/scipy/io/matlab/__init__.py:11: 'loadmat' imported but unused
./usr/share/pyshared/scipy/io/matlab/benchmarks/bench_structarr.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/io/matlab/benchmarks/bench_structarr.py:7: 'sio' imported but unused
./usr/share/pyshared/scipy/io/matlab/benchmarks/bench_structarr.py:30: local variable 'var_dict' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/benchmarks/bench_structarr.py:31: local variable 'str_io' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:12: 'cStringIO' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:13: 'BytesIO' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:15: 'np' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:17: 'assert_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:17: 'assert_false' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:17: 'assert_raises' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:20: 'run_module_suite' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio5_utils.py:17: 'assert_false' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio5_utils.py:20: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:12: redefinition of unused 'BytesIO' from line 10
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_raises' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:20: 'assert_true' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:22: 'np' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabFunction' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabObject' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatFile5Writer' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_funcs.py:65: local variable 'ws_vars' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:18: 'np' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:21: 'assert_false' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_equal' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:46: undefined name 'fs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:48: undefined name 'fname'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:54: undefined name 'gs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:56: undefined name 'cs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:57: undefined name 'fs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:62: undefined name 'fs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:62: undefined name 'gs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:62: undefined name 'cs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:80: undefined name 'fs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:80: undefined name 'gs'
./usr/share/pyshared/scipy/io/matlab/tests/test_streams.py:80: undefined name 'cs'
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:14: redefinition of unused 'BytesIO' from line 12
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:20: redefinition of unused 'partial' from line 18
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:39: 'MatFileReader' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:398: local variable 'mres' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:414: local variable 'mat_stream' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:434: local variable 'mat_stream' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:451: local variable 'mat_stream' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:472: local variable 'mat_stream' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:516: local variable 'vals' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio.py:787: local variable 'out_d' is assigned to but never used
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_false' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_raises' imported but unused
./usr/share/pyshared/scipy/io/matlab/tests/test_mio_utils.py:10: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/scipy/io/arff/arffread.py:249: undefined name 'r_mend'
./usr/share/pyshared/scipy/io/arff/arffread.py:528: local variable 'acls2conv' is assigned to but never used
./usr/share/pyshared/scipy/io/arff/arffread.py:654: undefined name 'types'
./usr/share/pyshared/scipy/io/arff/__init__.py:40: 'from arffread import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/io/arff/utils.py:7: redefinition of unused 'partial' from line 5
./usr/share/pyshared/scipy/io/arff/utils.py:7: 'partial' imported but unused
./usr/share/pyshared/scipy/io/arff/tests/test_arffread.py:88: local variable 'classes' is assigned to but never used
./usr/share/pyshared/scipy/io/tests/test_netcdf.py:7: 'time' imported but unused
./usr/share/pyshared/scipy/io/tests/test_netcdf.py:12: redefinition of unused 'BytesIO' from line 10
./usr/share/pyshared/scipy/io/tests/test_netcdf.py:32: redefinition of unused 'time' from line 7
./usr/share/pyshared/scipy/io/tests/test_netcdf.py:42: redefinition of unused 'time' from line 7
./usr/share/pyshared/scipy/io/tests/test_netcdf.py:125: local variable 'f' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/interpolate/fitpack.py:862: local variable 'iwrk' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/fitpack.py:989: undefined name 'xe'
./usr/share/pyshared/scipy/interpolate/fitpack.py:989: undefined name 'ye'
./usr/share/pyshared/scipy/interpolate/fitpack.py:1140: local variable 'nk' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/fitpack.py:1153: local variable 'nk' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/interpnd_info.py:6: 'from sympy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/interpolate.py:754: local variable 'N' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/interpolate/__init__.py:7: 'from interpolate import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/__init__.py:8: 'from fitpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/__init__.py:11: 'from fitpack2 import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/__init__.py:13: 'Rbf' imported but unused
./usr/share/pyshared/scipy/interpolate/__init__.py:15: 'from polyint import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/__init__.py:17: 'from ndgriddata import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/interpolate/rbf.py:161: undefined name 'sys'
./usr/share/pyshared/scipy/interpolate/rbf.py:162: undefined name 'function'
./usr/share/pyshared/scipy/interpolate/polyint.py:205: local variable 'dern' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:7: 'NaN' imported but unused
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'block' imported but unused
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'atleast_1d_and_contiguous' imported but unused
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:32: local variable 't1' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:34: local variable 't2' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:45: local variable 't1' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:47: local variable 't2' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:56: local variable 't1' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:58: local variable 't2' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:72: local variable 't1' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_interpolate_wrapper.py:74: local variable 't2' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_polyint.py:56: local variable 'xs' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_polyint.py:57: local variable 'ys' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_polyint.py:251: local variable 'n' is assigned to but never used
./usr/share/pyshared/scipy/interpolate/tests/test_polyint.py:273: local variable 'n' is assigned to but never used
./usr/share/pyshared/scipy/lib/info.py:10: undefined name 'lapack' in __all__
./usr/share/pyshared/scipy/lib/info.py:10: undefined name 'blas' in __all__
./usr/share/pyshared/scipy/lib/__init__.py:2: '__doc__' imported but unused
./usr/share/pyshared/scipy/lib/__init__.py:2: '__all__' imported but unused
./usr/share/pyshared/scipy/lib/blas/scons_support.py:1: 'pjoin' imported but unused
./usr/share/pyshared/scipy/lib/blas/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/share/pyshared/scipy/lib/blas/setupscons.py:5: 'get_info' imported but unused
./usr/share/pyshared/scipy/lib/blas/setup.py:4: 'sys' imported but unused
./usr/share/pyshared/scipy/lib/blas/setup.py:6: 'newer_group' imported but unused
./usr/share/pyshared/scipy/lib/blas/setup.py:6: 'newer' imported but unused
./usr/share/pyshared/scipy/lib/blas/setup.py:7: 'glob' imported but unused
./usr/share/pyshared/scipy/lib/blas/setup.py:99: redefinition of unused 'newer' from line 6
./usr/share/pyshared/scipy/lib/blas/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:89: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:99: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:151: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:217: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:227: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:310: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:320: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:405: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:410: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:433: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/blas/tests/test_fblas.py:438: undefined name 'assert_'
./usr/share/pyshared/scipy/lib/lapack/scons_support.py:1: 'pjoin' imported but unused
./usr/share/pyshared/scipy/lib/lapack/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/share/pyshared/scipy/lib/lapack/setupscons.py:3: 'os' imported but unused
./usr/share/pyshared/scipy/lib/lapack/setupscons.py:4: 'glob' imported but unused
./usr/share/pyshared/scipy/lib/lapack/setupscons.py:8: 'get_info' imported but unused
./usr/share/pyshared/scipy/lib/lapack/setup.py:4: 'glob' imported but unused
./usr/share/pyshared/scipy/lib/lapack/__init__.py:5: '__doc__' imported but unused
./usr/share/pyshared/scipy/lib/lapack/__init__.py:77: undefined name 'func_code'
./usr/share/pyshared/scipy/lib/lapack/tests/test_esv.py:138: undefined name 'run_module_suite'
./usr/share/pyshared/scipy/lib/lapack/tests/test_lapack.py:6: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/lib/lapack/tests/test_gesv.py:2: 'assert_equal' imported but unused
./usr/share/pyshared/scipy/lib/lapack/tests/test_gesv.py:94: undefined name 'run_module_suite'
./usr/share/pyshared/scipy/sparse/sputils.py:41: local variable 'upcast' is assigned to but never used
./usr/share/pyshared/scipy/sparse/sputils.py:69: local variable 'canCast' is assigned to but never used
./usr/share/pyshared/scipy/sparse/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/sparse/setupscons.py:4: 'sys' imported but unused
./usr/share/pyshared/scipy/sparse/setupscons.py:7: 'numpy' imported but unused
./usr/share/pyshared/scipy/sparse/dok.py:17: redefinition of unused '_is_sequence' from line 15
./usr/share/pyshared/scipy/sparse/construct.py:10: 'warn' imported but unused
./usr/share/pyshared/scipy/sparse/construct.py:17: 'csc_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/construct.py:20: 'lil_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/setup.py:4: 'numpy' imported but unused
./usr/share/pyshared/scipy/sparse/csc.py:7: 'warn' imported but unused
./usr/share/pyshared/scipy/sparse/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/__init__.py:3: 'from base import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:6: 'from lil import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:7: 'from dok import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:8: 'from coo import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:9: 'from dia import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:10: 'from bsr import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:11: 'from csgraph import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:13: 'from construct import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/__init__.py:14: 'from extract import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/csr.py:8: 'warn' imported but unused
./usr/share/pyshared/scipy/sparse/lil.py:430: local variable 'nnz' is assigned to but never used
./usr/share/pyshared/scipy/sparse/base.py:6: 'warn' imported but unused
./usr/share/pyshared/scipy/sparse/base.py:10: 'isdense' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/__init__.py:3: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/__init__.py:5: 'from isolve import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/__init__.py:6: 'from dsolve import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/__init__.py:7: 'from interface import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/__init__.py:8: 'from eigen import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/interface.py:242: redefinition of function 'matvec' from line 232
./usr/share/pyshared/scipy/sparse/linalg/interface.py:244: redefinition of function 'rmatvec' from line 234
./usr/share/pyshared/scipy/sparse/linalg/interface.py:246: redefinition of function 'matmat' from line 236
./usr/share/pyshared/scipy/sparse/linalg/eigen/__init__.py:3: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/__init__.py:5: 'from arpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/eigen/__init__.py:6: 'from lobpcg import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/setupscons.py:5: 'get_info' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/setup.py:5: 'get_info' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/__init__.py:9: 'from lobpcg import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:315: local variable 'gramXBX' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:365: local variable 'failureFlag' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:378: undefined name 'blockVectorP'
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:379: undefined name 'blockVectorAP'
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:380: undefined name 'blockVectorBP'
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/tests/test_lobpcg.py:82: local variable 'X' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/eigen/lobpcg/tests/benchmark.py:1: 'from scipy import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/setup.py:2: 're' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/setup.py:7: redefinition of unused 're' from line 2
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/__init__.py:2: 'from arpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csc_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csr_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/arpack.py:235: undefined name 'whiches'
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/arpack.py:308: undefined name 'whiches'
./usr/share/pyshared/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py:298: local variable 'eps' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/dsolve/setupscons.py:2: 'join' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/setupscons.py:3: 'sys' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/setupscons.py:7: 'get_info' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/__init__.py:54: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/__init__.py:60: 'from linsolve import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/dsolve/linsolve.py:13: redefinition of unused 'umfpack' from line 11
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:16: redefinition of unused '_um' from line 14
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:184: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:185: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:186: undefined name 'UMFPACK_WARNING_determinant_underflow'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:187: undefined name 'UMFPACK_WARNING_determinant_overflow'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:188: undefined name 'UMFPACK_ERROR_out_of_memory'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:189: undefined name 'UMFPACK_ERROR_invalid_Numeric_object'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:190: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:191: undefined name 'UMFPACK_ERROR_argument_missing'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:192: undefined name 'UMFPACK_ERROR_n_nonpositive'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:193: undefined name 'UMFPACK_ERROR_invalid_matrix'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:194: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:195: undefined name 'UMFPACK_ERROR_invalid_system'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:196: undefined name 'UMFPACK_ERROR_invalid_permutation'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:197: undefined name 'UMFPACK_ERROR_internal_error'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:198: undefined name 'UMFPACK_ERROR_file_IO'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:202: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:203: undefined name 'UMFPACK_At'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:204: undefined name 'UMFPACK_Aat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:205: undefined name 'UMFPACK_Pt_L'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:206: undefined name 'UMFPACK_L'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:207: undefined name 'UMFPACK_Lt_P'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:208: undefined name 'UMFPACK_Lat_P'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:209: undefined name 'UMFPACK_Lt'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:210: undefined name 'UMFPACK_U_Qt'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:211: undefined name 'UMFPACK_U'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:212: undefined name 'UMFPACK_Q_Ut'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:213: undefined name 'UMFPACK_Q_Uat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:214: undefined name 'UMFPACK_Ut'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:215: undefined name 'UMFPACK_Uat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_At'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_At'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_Aat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_Aat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_Aat'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_A'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:283: undefined name 'UMFPACK_CONTROL'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:284: undefined name 'UMFPACK_INFO'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:297: undefined name 'UMFPACK_PRL'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:381: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:420: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:421: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:424: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:425: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:548: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:549: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:556: undefined name 'UMFPACK_RCOND'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:648: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:675: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:695: undefined name 'UMFPACK_OK'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/setup.py:5: 'numpy' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/__init__.py:3: 'from umfpack import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/dsolve/umfpack/tests/try_umfpack.py:55: undefined name 'io'
./usr/share/pyshared/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:21: local variable 'x' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:147: 'gc' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/lgmres.py:6: 'set_docstring' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/lsqr.py:288: local variable 'nstop' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/isolve/lsqr.py:306: local variable '__xm' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/isolve/lsqr.py:307: local variable '__xn' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:3: 'os' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:4: 'sys' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:5: 're' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:6: 'newer_group' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:6: 'newer' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/setup.py:7: 'glob' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/__init__.py:4: 'from iterative import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/linalg/isolve/__init__.py:5: 'minres' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/__init__.py:6: 'lgmres' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/__init__.py:7: 'lsqr' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/isolve/minres.py:291: redefinition of unused 'norm' from line 2
./usr/share/pyshared/scipy/sparse/linalg/isolve/iterative.py:174: undefined name 'get_psolve'
./usr/share/pyshared/scipy/sparse/linalg/isolve/iterative.py:424: local variable 'olditer' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/isolve/tests/test_iterative.py:122: local variable 'D' is assigned to but never used
./usr/share/pyshared/scipy/sparse/linalg/isolve/tests/demo_lgmres.py:2: 'sp' imported but unused
./usr/share/pyshared/scipy/sparse/linalg/tests/test_iterative.py:10: local variable 'x' is assigned to but never used
./usr/share/pyshared/scipy/sparse/sparsetools/bsr.py:17: redefinition of unused '_bsr' from line 28
./usr/share/pyshared/scipy/sparse/sparsetools/setupscons.py:3: 'join' imported but unused
./usr/share/pyshared/scipy/sparse/sparsetools/setupscons.py:4: 'sys' imported but unused
./usr/share/pyshared/scipy/sparse/sparsetools/setupscons.py:7: 'numpy' imported but unused
./usr/share/pyshared/scipy/sparse/sparsetools/setup.py:4: 'numpy' imported but unused
./usr/share/pyshared/scipy/sparse/sparsetools/coo.py:17: redefinition of unused '_coo' from line 28
./usr/share/pyshared/scipy/sparse/sparsetools/csc.py:17: redefinition of unused '_csc' from line 28
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:6: 'from coo import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:7: 'from dia import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:8: 'from bsr import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/__init__.py:9: 'from csgraph import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/sparsetools/./usr/lib/python2.6/dist-packages/scipy/__config__.py:34: invalid syntax
    
     ^
dia.py:17: redefinition of unused '_dia' from line 28
./usr/share/pyshared/scipy/sparse/sparsetools/csr.py:17: redefinition of unused '_csr' from line 28
./usr/share/pyshared/scipy/sparse/sparsetools/csgraph.py:17: redefinition of unused '_csgraph' from line 28
./usr/share/pyshared/scipy/sparse/benchmarks/bench_sparse.py:8: 'from numpy.testing import *' used; unable to detect undefined names
./usr/share/pyshared/scipy/sparse/benchmarks/bench_sparse.py:11: 'lil_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/benchmarks/bench_sparse.py:11: 'dok_matrix' imported but unused
./usr/share/pyshared/scipy/sparse/tests/test_base.py:691: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/sparse/tests/test_base.py:726: local variable 'a' is assigned to but never used
./usr/share/pyshared/scipy/sparse/tests/test_base.py:1288: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/__init__.py:81: '__numpy_version__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:85: 'oldnumeric' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:86: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/__init__.py:87: 'rand' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:87: 'randn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:88: 'fft' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:88: 'ifft' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:89: 'from numpy.lib.scimath import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/__init__.py:106: undefined name 'linalg'
./usr/lib/python2.6/dist-packages/scipy/__init__.py:110: 'show_config' imported but unused
./usr/lib/python2.6/dist-packages/scipy/__init__.py:116: '__version__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/spatial/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/spatial/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/lib/python2.6/dist-packages/scipy/spatial/distance.py:1107: redefinition of function 'dfun' from line 1105
./usr/lib/python2.6/dist-packages/scipy/spatial/distance.py:1109: redefinition of function 'dfun' from line 1107
./usr/lib/python2.6/dist-packages/scipy/spatial/distance.py:1111: redefinition of function 'dfun' from line 1109
./usr/lib/python2.6/dist-packages/scipy/spatial/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/spatial/__init__.py:6: 'from kdtree import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/spatial/__init__.py:7: 'from ckdtree import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/spatial/__init__.py:8: 'from qhull import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/spatial/__init__.py:13: 'distance' imported but unused
./usr/lib/python2.6/dist-packages/scipy/spatial/tests/test_qhull.py:181: local variable 'tri' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/spatial/tests/test_qhull.py:182: local variable 'tri2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/spatial/tests/test_kdtree.py:420: local variable 'M' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/spatial/tests/test_distance.py:1378: local variable 'y3' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/decomp_qr.py:3: 'warn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/linalg/lapack.py:97: undefined name 'func_code'
./usr/lib/python2.6/dist-packages/scipy/linalg/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:6: '__version__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:8: 'from misc import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:9: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:10: 'from decomp import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:11: 'from decomp_lu import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:12: 'from decomp_cholesky import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:13: 'from decomp_qr import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:14: 'from decomp_svd import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:15: 'from decomp_schur import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:16: 'from matfuncs import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:17: 'from blas import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py:18: 'from special_matrices import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/flinalg.py:13: redefinition of unused '_flinalg' from line 11
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_decom.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_decom.py:13: local variable 'Numeric_eigvals' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_decom.py:26: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_basic.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_basic.py:11: local variable 'basic_solve' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_basic.py:28: local variable 'b' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_basic.py:50: local variable 'basic_inv' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/benchmarks/bench_basic.py:88: local variable 'basic_det' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_matfuncs.py:33: local variable 'r' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_matfuncs.py:43: local variable 'r' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_matfuncs.py:54: local variable 'r' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_build.py:17: local variable 'st' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_build.py:25: undefined name 'libfile'
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_decomp.py:1125: local variable 'v' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/linalg/tests/test_atlas_version.py:6: 'scipy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/setupscons.py:4: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/setupscons.py:8: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'irfft' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifft' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'rfftfreq' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'fftn' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'ss_diff' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'sc_diff' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'ihilbert' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'fft' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifft2' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'fft2' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'itilbert' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'rfft' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'cc_diff' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'cs_diff' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'tilbert' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'shift' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'diff' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'hilbert' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifftn' in __all__
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:6: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:8: '__version__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:10: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:11: 'from pseudo_diffs import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:12: 'from helper import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/__init__.py:19: 'from realtransforms import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_pseudo_diffs.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:4: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:5: 'rfft' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:8: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:112: 'numpy_rfft' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:129: local variable 'x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_pseudo_diffs.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_pseudo_diffs.py:327: local variable 'y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_real_transforms.py:5: 'numfft' imported but unused
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_real_transforms.py:136: local variable 'y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_real_transforms.py:196: local variable 'y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_helper.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/fftpack/tests/test_basic.py:667: local variable 'y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/integrate/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/integrate/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/integrate/__init__.py:7: 'from quadrature import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/integrate/__init__.py:8: 'from odepack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/integrate/__init__.py:9: 'from quadpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/integrate/__init__.py:10: 'from ode import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/integrate/quadpack.py:349: redefinition of function 'thefunc' from line 343
./usr/lib/python2.6/dist-packages/scipy/integrate/quadrature.py:89: redefinition of function 'vfunc' from line 86
./usr/lib/python2.6/dist-packages/scipy/stats/stats.py:954: local variable 'n' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/stats.py:2140: local variable 'tmp' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/kde.py:31: 'stats' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/mstats.py:3: 'from mstats_basic import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/mstats.py:4: 'from mstats_extras import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:7: 'from stats import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:8: 'from distributions import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:9: 'from rv import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:10: 'from morestats import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:11: 'gaussian_kde' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/__init__.py:12: 'mstats' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:1262: local variable 'nsize' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:1286: local variable 'shp' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/morestats.py:15: 'scipy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/morestats.py:20: 'futil' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/vonmises.py:4: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/vonmises.py:25: local variable 'chi' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/_support.py:3: 'copy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/distributions.py:90: redefinition of unused 'instancemethod' from line 87
./usr/lib/python2.6/dist-packages/scipy/stats/distributions.py:1836: redefinition of function 'fun' from line 1833
./usr/lib/python2.6/dist-packages/scipy/stats/distributions.py:5596: redefinition of function 'fun' from line 5592
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_discrete_basic.py:82: local variable 'rvs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_discrete_basic.py:260: local variable 'cdfs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_continuous_basic.py:180: local variable 'skurt' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_continuous_basic.py:181: local variable 'sskew' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_continuous_basic.py:212: local variable 'skurt' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_continuous_basic.py:213: local variable 'sskew' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_stats.py:11: 'rand' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_stats.py:14: 'zeros' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_stats.py:14: 'ravel' imported but unused
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_distributions.py:553: local variable 's' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_distributions.py:661: local variable 'g' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/stats/tests/test_fit.py:10: 'npt' imported but unused
./usr/lib/python2.6/dist-packages/scipy/misc/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/misc/__init__.py:5: 'from common import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/misc/__init__.py:15: 'from pilutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/misc/tests/test_doccer.py:3: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/misc/tests/test_doccer.py:5: 'assert_raises' imported but unused
./usr/lib/python2.6/dist-packages/scipy/misc/tests/test_doccer.py:7: 'assert_true' imported but unused
./usr/lib/python2.6/dist-packages/scipy/misc/tests/test_doccer.py:82: redefinition of function 'func' from line 71
./usr/lib/python2.6/dist-packages/scipy/weave/cpp_namespace_spec.py:78: local variable 'cpp_ident' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/cpp_namespace_spec.py:79: undefined name 'cpp'
./usr/lib/python2.6/dist-packages/scipy/weave/cpp_namespace_spec.py:95: local variable 'clean_type' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/cpp_namespace_spec.py:96: local variable 'name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/cpp_namespace_spec.py:97: local variable 'var_name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/catalog.py:41: 'dbhash' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/catalog.py:45: redefinition of unused 'shelve' from line 42
./usr/lib/python2.6/dist-packages/scipy/weave/base_info.py:117: redefinition of function 'sources' from line 113
./usr/lib/python2.6/dist-packages/scipy/weave/md5_load.py:6: 'from hashlib import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/weave/md5_load.py:8: 'from md5 import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/weave/bytecodecompiler.py:1178: local variable 'rhs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/bytecodecompiler.py:1179: local variable 'lhsType' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/bytecodecompiler.py:1198: local variable 'rhs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/bytecodecompiler.py:1199: local variable 'lhs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/build_tools.py:385: undefined name 'WindowsError'
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:6: '__version__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:9: 'blitz' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:13: 'inline' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:14: 'ext_tools' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:15: 'ext_function' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:15: 'ext_module' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/__init__.py:17: 'accelerate' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_spec.py:72: local variable 'msvc_msg' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/ext_tools.py:315: local variable 'arg_specs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/accelerate_tools.py:313: local variable 'f' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:18: local variable 'ex' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:19: local variable 'ca_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:20: local variable 'cb_y_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:21: local variable 'cb_z_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:22: local variable 'hz' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/size_check.py:23: local variable 'hy' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:116: local variable 'ast' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:117: local variable 'k' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:118: local variable 'ex' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:119: local variable 'ca_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:120: local variable 'cb_y_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:121: local variable 'cb_z_x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:122: local variable 'hz' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/blitz_tools.py:123: local variable 'hy' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:63: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:87: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:102: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:144: local variable 'test_dir' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:93: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:185: local variable 'attr_name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:217: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:282: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:298: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:304: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:385: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:508: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:527: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:549: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:566: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:574: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:632: local variable 'first' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:637: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:648: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:660: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:673: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:688: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:689: local variable 'method' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:701: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:702: local variable 'method' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:715: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:716: local variable 'method' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:741: local variable 'first' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:746: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:760: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:772: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:778: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_object.py:881: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:43: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:49: local variable 'item' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:96: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:98: local variable 'item' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:139: local variable 'val' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_sequence.py:193: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_inline_tools.py:14: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:79: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:103: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:147: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:171: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:214: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:238: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:334: local variable 'd' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:339: local variable 'l' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:344: local variable 's' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:349: local variable 't' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:382: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:407: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:442: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:466: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:563: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:587: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:630: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:654: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_c_spec.py:782: local variable 'test_dir' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_dict.py:67: local variable 'key' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_scxx_dict.py:88: local variable 'key_name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_blitz_tools.py:105: local variable 'result' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_ext_tools.py:24: 'simple_ext_module' imported but unused
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_ext_tools.py:87: local variable 'var_specs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_ext_tools.py:131: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_ext_tools.py:132: local variable 'b' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_ext_tools.py:133: local variable 'c' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:102: local variable 'xx' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:103: local variable 'yy' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:115: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:289: local variable 'actual' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:295: local variable 'actual' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:350: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:351: local variable 'nx' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:355: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/test_size_check.py:356: local variable 'nx' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/weave/tests/weave_test_utils.py:43: undefined name 'backup_dir'
./usr/lib/python2.6/dist-packages/scipy/weave/tests/weave_test_utils.py:44: undefined name 'backup_dir'
./usr/lib/python2.6/dist-packages/scipy/weave/tests/weave_test_utils.py:51: undefined name 'backup_dir'
./usr/lib/python2.6/dist-packages/scipy/weave/tests/scxx_timings.py:91: undefined name 'i'
./usr/lib/python2.6/dist-packages/scipy/ndimage/setupscons.py:3: 'get_include' imported but unused
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:32: 'from filters import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:33: 'from fourier import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:34: 'from interpolation import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:35: 'from measurements import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:36: 'from morphology import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:37: 'from io import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py:44: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/ndimage/measurements.py:349: local variable 'nlabels' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/ndimage/measurements.py:360: local variable 'idx' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/ndimage/morphology.py:1765: undefined name 'tmp1'
./usr/lib/python2.6/dist-packages/scipy/ndimage/morphology.py:1766: undefined name 'tmp1'
./usr/lib/python2.6/dist-packages/scipy/ndimage/morphology.py:1790: undefined name 'tmp'
./usr/lib/python2.6/dist-packages/scipy/ndimage/morphology.py:1827: undefined name 'tmp'
./usr/lib/python2.6/dist-packages/scipy/ndimage/morphology.py:2188: undefined name 'dt'
./usr/lib/python2.6/dist-packages/scipy/ndimage/tests/test_io.py:7: 'Image' imported but unused
./usr/lib/python2.6/dist-packages/scipy/ndimage/tests/test_ndimage.py:33: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/ndimage/tests/test_ndimage.py:35: 'TestCase' imported but unused
./usr/lib/python2.6/dist-packages/scipy/ndimage/tests/test_ndimage.py:1009: local variable 'kernel' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/ndimage/tests/test_ndimage.py:3645: local variable 'struct' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/cluster/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:179: redefinition of function '_warning' from line 176
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:886: local variable 'Ys' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:1704: redefinition of function '_plot_dendrogram' from line 1555
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:2000: local variable 'props' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:2244: local variable 'uan' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:2250: local variable 'ubn' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:2305: local variable 'ah' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/hierarchy.py:2306: local variable 'bh' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:43: local variable 'code' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:49: local variable 'code' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:55: local variable 'code' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:77: local variable 'code' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:102: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:126: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:128: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:146: local variable 'data2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:150: local variable 'code1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:151: local variable 'code2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:159: local variable 'code1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_vq.py:179: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/vq_test.py:17: local variable 't1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/vq_test.py:19: local variable 't2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/vq_test.py:32: undefined name 'string'
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/vq_test.py:34: undefined name 'array'
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:536: local variable 'q' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:738: local variable 'node' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:745: local variable 'node' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:751: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:759: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:767: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:775: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:783: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:791: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:911: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:933: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:943: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:953: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:963: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:973: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1006: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1017: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1028: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1039: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1050: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1102: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1113: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1124: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1135: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1146: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1178: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1189: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1200: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1211: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1222: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1254: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1265: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1276: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1287: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1298: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1330: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1341: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1352: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1363: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/cluster/tests/test_hierarchy.py:1374: local variable 'Y' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/constants/__init__.py:35: 'from codata import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/constants/__init__.py:36: 'from constants import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/odr/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/odr/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/maxentropy/setupscons.py:5: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/maxentropy/setup.py:5: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/maxentropy/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/maxentropy/__init__.py:2: 'from maxentropy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/maxentropy/maxentropy.py:1376: local variable 'stdevlogZ' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_k'
./usr/lib/python2.6/dist-packages/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_kminus1'
./usr/lib/python2.6/dist-packages/scipy/maxentropy/maxentropy.py:1592: local variable 'y_kminus1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/maxentropy/examples/conditionalexample1.py:4: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/maxentropy/examples/conditionalexample1.py:5: 'from scipy.maxentropy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/tnc.py:191: redefinition of function 'func_and_grad' from line 185
./usr/lib/python2.6/dist-packages/scipy/optimize/tnc.py:196: redefinition of function 'func_and_grad' from line 191
./usr/lib/python2.6/dist-packages/scipy/optimize/linesearch.py:230: redefinition of function 'derphi' from line 221
./usr/lib/python2.6/dist-packages/scipy/optimize/linesearch.py:385: local variable 'D' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/lbfgsb.py:146: redefinition of function 'func_and_grad' from line 141
./usr/lib/python2.6/dist-packages/scipy/optimize/lbfgsb.py:150: redefinition of function 'func_and_grad' from line 146
./usr/lib/python2.6/dist-packages/scipy/optimize/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/setupscons.py:7: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:7: 'from optimize import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:8: 'from minpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:9: 'from zeros import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:10: 'from anneal import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:11: 'fmin_l_bfgs_b' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:12: 'fmin_tnc' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:13: 'fmin_cobyla' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:14: 'from nonlin import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:15: 'fmin_slsqp' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/__init__.py:16: 'nnls' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/optimize.py:638: local variable 'N' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/optimize.py:645: local variable 'sk' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/optimize.py:1134: local variable 'xmin' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/optimize.py:1134: local variable 'fval' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/nonlin.py:113: 'lstsq' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:3: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:5: 'cc' imported but unused
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:13: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:14: local variable 'b' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:23: local variable 'func' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:25: local variable 'meth' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/filter_design.py:1144: local variable 'm' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/filter_design.py:1214: local variable 'ws' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/filter_design.py:1215: local variable 'm1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/signaltools.py:4: 'warnings' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:7: 'sigtools' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:8: 'from waveforms import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:9: 'from bsplines import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:10: 'from filter_design import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:11: 'from fir_filter_design import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:12: 'from ltisys import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:13: 'from windows import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:14: 'from signaltools import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/__init__.py:15: 'from wavelets import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/signal/bsplines.py:9: 'qspline2d' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/bsplines.py:9: 'symiirorder1' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/bsplines.py:9: 'symiirorder2' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/bsplines.py:186: local variable 'c0' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/bsplines.py:187: local variable 'P' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/waveforms.py:118: local variable 'tsub' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/waveforms.py:119: local variable 'wsub' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/ltisys.py:397: redefinition of function 'fprime' from line 391
./usr/lib/python2.6/dist-packages/scipy/signal/wavelets.py:77: local variable 'gk' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/signal/tests/test_filter_design.py:6: 'bessel' imported but unused
./usr/lib/python2.6/dist-packages/scipy/signal/tests/test_ltisys.py:7: 'lti' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/setupscons.py:3: 'os' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/setupscons.py:5: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/setupscons.py:6: 'get_python_inc' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/setup.py:3: 'os' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:5: '__docformat__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:8: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:9: 'from _cephes import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:11: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:12: 'specfun' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:13: 'orthogonal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:14: 'from orthogonal import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:15: 'multigammaln' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/__init__.py:16: 'lambertw' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/special_version.py:6: 'svn_version' imported but unused
./usr/lib/python2.6/dist-packages/scipy/special/orthogonal.py:457: local variable 'g' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_mpmath.py:16: redefinition of unused 'mpmath' from line 13
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_mpmath.py:18: redefinition of unused 'mpmath' from line 16
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_basic.py:895: local variable 'eu1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_basic.py:1935: local variable 'mc' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_basic.py:1967: local variable 'pbv' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/special/tests/test_basic.py:1968: local variable 'derrl' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/idl.py:224: local variable 'ncols' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/idl.py:309: local variable 'recpos' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:7: 'deprecate' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:11: 'savemat' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:11: 'loadmat' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:14: 'netcdf_file' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:14: 'netcdf_variable' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:16: 'byteordercodes' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:17: 'save_as_module' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:18: 'mmwrite' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:18: 'mmread' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:18: 'mminfo' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/__init__.py:19: 'readsav' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/mmio.py:345: redefinition of unused 'coo_matrix' from line 343
./usr/lib/python2.6/dist-packages/scipy/io/mmio.py:499: local variable 'entries' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/netcdf.py:104: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/netcdf.py:180: redefinition of unused 'mmap' from line 102
./usr/lib/python2.6/dist-packages/scipy/io/netcdf.py:187: redefinition of unused 'mmap' from line 102
./usr/lib/python2.6/dist-packages/scipy/io/matlab/mio4.py:11: 'MatWriteError' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/mio5.py:81: redefinition of unused 'BytesIO' from line 79
./usr/lib/python2.6/dist-packages/scipy/io/matlab/mio5.py:357: local variable 'mdict' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/__init__.py:11: 'savemat' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/__init__.py:11: 'loadmat' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:7: 'sio' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:30: local variable 'var_dict' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:31: local variable 'str_io' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:12: 'cStringIO' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:13: 'BytesIO' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:15: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_false' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_raises' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'run_module_suite' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio5_utils.py:17: 'assert_false' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio5_utils.py:20: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:12: redefinition of unused 'BytesIO' from line 10
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_raises' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:20: 'assert_true' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:22: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabFunction' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabObject' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatFile5Writer' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:65: local variable 'ws_vars' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:18: 'np' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:21: 'assert_false' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:46: undefined name 'fs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:48: undefined name 'fname'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:54: undefined name 'gs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:56: undefined name 'cs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:57: undefined name 'fs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'fs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'gs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'cs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'fs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'gs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'cs'
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:14: redefinition of unused 'BytesIO' from line 12
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:20: redefinition of unused 'partial' from line 18
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:39: 'MatFileReader' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:398: local variable 'mres' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:414: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:434: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:451: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:472: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:516: local variable 'vals' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio.py:787: local variable 'out_d' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_false' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_raises' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:10: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/arff/arffread.py:249: undefined name 'r_mend'
./usr/lib/python2.6/dist-packages/scipy/io/arff/arffread.py:528: local variable 'acls2conv' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/arff/arffread.py:654: undefined name 'types'
./usr/lib/python2.6/dist-packages/scipy/io/arff/__init__.py:40: 'from arffread import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/io/arff/utils.py:7: redefinition of unused 'partial' from line 5
./usr/lib/python2.6/dist-packages/scipy/io/arff/utils.py:7: 'partial' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/arff/tests/test_arffread.py:88: local variable 'classes' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/io/tests/test_netcdf.py:7: 'time' imported but unused
./usr/lib/python2.6/dist-packages/scipy/io/tests/test_netcdf.py:12: redefinition of unused 'BytesIO' from line 10
./usr/lib/python2.6/dist-packages/scipy/io/tests/test_netcdf.py:32: redefinition of unused 'time' from line 7
./usr/lib/python2.6/dist-packages/scipy/io/tests/test_netcdf.py:42: redefinition of unused 'time' from line 7
./usr/lib/python2.6/dist-packages/scipy/io/tests/test_netcdf.py:125: local variable 'f' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/fitpack.py:862: local variable 'iwrk' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/fitpack.py:989: undefined name 'xe'
./usr/lib/python2.6/dist-packages/scipy/interpolate/fitpack.py:989: undefined name 'ye'
./usr/lib/python2.6/dist-packages/scipy/interpolate/fitpack.py:1140: local variable 'nk' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/fitpack.py:1153: local variable 'nk' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/interpnd_info.py:6: 'from sympy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/interpolate.py:754: local variable 'N' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:7: 'from interpolate import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:8: 'from fitpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:11: 'from fitpack2 import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:13: 'Rbf' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:15: 'from polyint import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/__init__.py:17: 'from ndgriddata import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/interpolate/rbf.py:161: undefined name 'sys'
./usr/lib/python2.6/dist-packages/scipy/interpolate/rbf.py:162: undefined name 'function'
./usr/lib/python2.6/dist-packages/scipy/interpolate/polyint.py:205: local variable 'dern' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:7: 'NaN' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'block' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'atleast_1d_and_contiguous' imported but unused
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:32: local variable 't1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:34: local variable 't2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:45: local variable 't1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:47: local variable 't2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:56: local variable 't1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:58: local variable 't2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:72: local variable 't1' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:74: local variable 't2' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_polyint.py:56: local variable 'xs' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_polyint.py:57: local variable 'ys' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_polyint.py:251: local variable 'n' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/interpolate/tests/test_polyint.py:273: local variable 'n' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/lib/info.py:10: undefined name 'lapack' in __all__
./usr/lib/python2.6/dist-packages/scipy/lib/info.py:10: undefined name 'blas' in __all__
./usr/lib/python2.6/dist-packages/scipy/lib/__init__.py:2: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/__init__.py:2: '__all__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setupscons.py:5: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setup.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setup.py:6: 'newer_group' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setup.py:6: 'newer' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setup.py:7: 'glob' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/setup.py:99: redefinition of unused 'newer' from line 6
./usr/lib/python2.6/dist-packages/scipy/lib/blas/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:89: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:99: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:151: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:217: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:227: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:310: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:320: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:405: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:410: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:433: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/blas/tests/test_fblas.py:438: undefined name 'assert_'
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/setupscons.py:3: 'os' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/setupscons.py:4: 'glob' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/setupscons.py:8: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/setup.py:4: 'glob' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/__init__.py:77: undefined name 'func_code'
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/tests/test_esv.py:138: undefined name 'run_module_suite'
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/tests/test_lapack.py:6: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/tests/test_gesv.py:2: 'assert_equal' imported but unused
./usr/lib/python2.6/dist-packages/scipy/lib/lapack/tests/test_gesv.py:94: undefined name 'run_module_suite'
./usr/lib/python2.6/dist-packages/scipy/sparse/sputils.py:41: local variable 'upcast' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/sputils.py:69: local variable 'canCast' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/setupscons.py:7: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/dok.py:17: redefinition of unused '_is_sequence' from line 15
./usr/lib/python2.6/dist-packages/scipy/sparse/construct.py:10: 'warn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/construct.py:17: 'csc_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/construct.py:20: 'lil_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/setup.py:4: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/csc.py:7: 'warn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:3: 'from base import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:6: 'from lil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:7: 'from dok import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:8: 'from coo import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:9: 'from dia import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:10: 'from bsr import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:11: 'from csgraph import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:13: 'from construct import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/__init__.py:14: 'from extract import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/csr.py:8: 'warn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/lil.py:430: local variable 'nnz' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/base.py:6: 'warn' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/base.py:10: 'isdense' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/__init__.py:3: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/__init__.py:5: 'from isolve import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/__init__.py:6: 'from dsolve import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/__init__.py:7: 'from interface import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/__init__.py:8: 'from eigen import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/interface.py:242: redefinition of function 'matvec' from line 232
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/interface.py:244: redefinition of function 'rmatvec' from line 234
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/interface.py:246: redefinition of function 'matmat' from line 236
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/__init__.py:3: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/__init__.py:5: 'from arpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/__init__.py:6: 'from lobpcg import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/setupscons.py:5: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/setup.py:5: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/__init__.py:9: 'from lobpcg import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:315: local variable 'gramXBX' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:365: local variable 'failureFlag' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:378: undefined name 'blockVectorP'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:379: undefined name 'blockVectorAP'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:380: undefined name 'blockVectorBP'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/tests/test_lobpcg.py:82: local variable 'X' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/lobpcg/tests/benchmark.py:1: 'from scipy import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/setup.py:2: 're' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/setup.py:7: redefinition of unused 're' from line 2
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/__init__.py:2: 'from arpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csc_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csr_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:235: undefined name 'whiches'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:308: undefined name 'whiches'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py:298: local variable 'eps' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:2: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:3: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:7: 'get_info' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/__init__.py:54: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/__init__.py:60: 'from linsolve import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/linsolve.py:13: redefinition of unused 'umfpack' from line 11
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:16: redefinition of unused '_um' from line 14
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:184: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:185: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:186: undefined name 'UMFPACK_WARNING_determinant_underflow'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:187: undefined name 'UMFPACK_WARNING_determinant_overflow'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:188: undefined name 'UMFPACK_ERROR_out_of_memory'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:189: undefined name 'UMFPACK_ERROR_invalid_Numeric_object'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:190: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:191: undefined name 'UMFPACK_ERROR_argument_missing'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:192: undefined name 'UMFPACK_ERROR_n_nonpositive'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:193: undefined name 'UMFPACK_ERROR_invalid_matrix'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:194: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:195: undefined name 'UMFPACK_ERROR_invalid_system'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:196: undefined name 'UMFPACK_ERROR_invalid_permutation'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:197: undefined name 'UMFPACK_ERROR_internal_error'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:198: undefined name 'UMFPACK_ERROR_file_IO'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:202: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:203: undefined name 'UMFPACK_At'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:204: undefined name 'UMFPACK_Aat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:205: undefined name 'UMFPACK_Pt_L'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:206: undefined name 'UMFPACK_L'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:207: undefined name 'UMFPACK_Lt_P'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:208: undefined name 'UMFPACK_Lat_P'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:209: undefined name 'UMFPACK_Lt'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:210: undefined name 'UMFPACK_U_Qt'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:211: undefined name 'UMFPACK_U'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:212: undefined name 'UMFPACK_Q_Ut'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:213: undefined name 'UMFPACK_Q_Uat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:214: undefined name 'UMFPACK_Ut'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:215: undefined name 'UMFPACK_Uat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_At'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_At'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_Aat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_Aat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_Aat'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_A'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:283: undefined name 'UMFPACK_CONTROL'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:284: undefined name 'UMFPACK_INFO'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:297: undefined name 'UMFPACK_PRL'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:381: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:420: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:421: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:424: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:425: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:548: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:549: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:556: undefined name 'UMFPACK_RCOND'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:648: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:675: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:695: undefined name 'UMFPACK_OK'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/setup.py:5: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/__init__.py:3: 'from umfpack import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/umfpack/tests/try_umfpack.py:55: undefined name 'io'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:21: local variable 'x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:147: 'gc' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/lgmres.py:6: 'set_docstring' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:288: local variable 'nstop' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:306: local variable '__xm' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:307: local variable '__xn' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:3: 'os' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:5: 're' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:6: 'newer_group' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:6: 'newer' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/setup.py:7: 'glob' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/__init__.py:4: 'from iterative import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/__init__.py:5: 'minres' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/__init__.py:6: 'lgmres' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/__init__.py:7: 'lsqr' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/minres.py:291: redefinition of unused 'norm' from line 2
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/iterative.py:174: undefined name 'get_psolve'
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/iterative.py:424: local variable 'olditer' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/tests/test_iterative.py:122: local variable 'D' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/isolve/tests/demo_lgmres.py:2: 'sp' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/linalg/tests/test_iterative.py:10: local variable 'x' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/bsr.py:17: redefinition of unused '_bsr' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/setupscons.py:7: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/setup.py:4: 'numpy' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/coo.py:17: redefinition of unused '_coo' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/csc.py:17: redefinition of unused '_csc' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:6: 'from coo import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:7: 'from dia import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:8: 'from bsr import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/__init__.py:9: 'from csgraph import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/dia.py:17: redefinition of unused '_dia' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/csr.py:17: redefinition of unused '_csr' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/sparsetools/csgraph.py:17: redefinition of unused '_csgraph' from line 28
./usr/lib/python2.6/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:8: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:11: 'lil_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:11: 'dok_matrix' imported but unused
./usr/lib/python2.6/dist-packages/scipy/sparse/tests/test_base.py:691: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/tests/test_base.py:726: local variable 'a' is assigned to but never used
./usr/lib/python2.6/dist-packages/scipy/sparse/tests/test_base.py:1288: local variable 'e' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/__init__.py:81: '__numpy_version__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:85: 'oldnumeric' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:86: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/__init__.py:87: 'rand' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:87./usr/lib/python2.7/dist-packages/scipy/__config__.py:34: invalid syntax
    
     ^
: 'randn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:88: 'fft' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:88: 'ifft' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:89: 'from numpy.lib.scimath import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/__init__.py:106: undefined name 'linalg'
./usr/lib/python2.7/dist-packages/scipy/__init__.py:110: 'show_config' imported but unused
./usr/lib/python2.7/dist-packages/scipy/__init__.py:116: '__version__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/spatial/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/spatial/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/lib/python2.7/dist-packages/scipy/spatial/distance.py:1107: redefinition of function 'dfun' from line 1105
./usr/lib/python2.7/dist-packages/scipy/spatial/distance.py:1109: redefinition of function 'dfun' from line 1107
./usr/lib/python2.7/dist-packages/scipy/spatial/distance.py:1111: redefinition of function 'dfun' from line 1109
./usr/lib/python2.7/dist-packages/scipy/spatial/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/spatial/__init__.py:6: 'from kdtree import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/spatial/__init__.py:7: 'from ckdtree import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/spatial/__init__.py:8: 'from qhull import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/spatial/__init__.py:13: 'distance' imported but unused
./usr/lib/python2.7/dist-packages/scipy/spatial/tests/test_qhull.py:181: local variable 'tri' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/spatial/tests/test_qhull.py:182: local variable 'tri2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/spatial/tests/test_kdtree.py:420: local variable 'M' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/spatial/tests/test_distance.py:1378: local variable 'y3' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/decomp_qr.py:3: 'warn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/linalg/lapack.py:97: undefined name 'func_code'
./usr/lib/python2.7/dist-packages/scipy/linalg/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:6: '__version__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:8: 'from misc import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:9: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:10: 'from decomp import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:11: 'from decomp_lu import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:12: 'from decomp_cholesky import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:13: 'from decomp_qr import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:14: 'from decomp_svd import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:15: 'from decomp_schur import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:16: 'from matfuncs import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:17: 'from blas import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py:18: 'from special_matrices import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/flinalg.py:13: redefinition of unused '_flinalg' from line 11
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_decom.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_decom.py:13: local variable 'Numeric_eigvals' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_decom.py:26: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_basic.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_basic.py:11: local variable 'basic_solve' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_basic.py:28: local variable 'b' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_basic.py:50: local variable 'basic_inv' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/benchmarks/bench_basic.py:88: local variable 'basic_det' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_matfuncs.py:33: local variable 'r' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_matfuncs.py:43: local variable 'r' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_matfuncs.py:54: local variable 'r' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_build.py:17: local variable 'st' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_build.py:25: undefined name 'libfile'
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_decomp.py:1125: local variable 'v' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/linalg/tests/test_atlas_version.py:6: 'scipy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/setupscons.py:4: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/setupscons.py:8: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'irfft' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifft' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'rfftfreq' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'fftn' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'ss_diff' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'sc_diff' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'ihilbert' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'fft' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifft2' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'fft2' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'itilbert' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'rfft' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'cc_diff' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'cs_diff' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'tilbert' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'shift' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'diff' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'hilbert' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/info.py:57: undefined name 'ifftn' in __all__
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:6: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:8: '__version__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:10: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:11: 'from pseudo_diffs import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:12: 'from helper import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/__init__.py:19: 'from realtransforms import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_pseudo_diffs.py:7: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:4: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:5: 'rfft' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:8: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:112: 'numpy_rfft' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/benchmarks/bench_basic.py:129: local variable 'x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_pseudo_diffs.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_pseudo_diffs.py:327: local variable 'y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_real_transforms.py:5: 'numfft' imported but unused
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_real_transforms.py:136: local variable 'y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_real_transforms.py:196: local variable 'y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_helper.py:14: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/fftpack/tests/test_basic.py:667: local variable 'y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/integrate/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/integrate/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/integrate/__init__.py:7: 'from quadrature import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/integrate/__init__.py:8: 'from odepack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/integrate/__init__.py:9: 'from quadpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/integrate/__init__.py:10: 'from ode import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/integrate/quadpack.py:349: redefinition of function 'thefunc' from line 343
./usr/lib/python2.7/dist-packages/scipy/integrate/quadrature.py:89: redefinition of function 'vfunc' from line 86
./usr/lib/python2.7/dist-packages/scipy/stats/stats.py:954: local variable 'n' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/stats.py:2140: local variable 'tmp' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/kde.py:31: 'stats' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/mstats.py:3: 'from mstats_basic import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/mstats.py:4: 'from mstats_extras import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:7: 'from stats import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:8: 'from distributions import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:9: 'from rv import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:10: 'from morestats import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:11: 'gaussian_kde' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/__init__.py:12: 'mstats' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/mstats_basic.py:1262: local variable 'nsize' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/mstats_basic.py:1286: local variable 'shp' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/morestats.py:15: 'scipy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/morestats.py:20: 'futil' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/vonmises.py:4: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/vonmises.py:25: local variable 'chi' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/_support.py:3: 'copy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/distributions.py:90: redefinition of unused 'instancemethod' from line 87
./usr/lib/python2.7/dist-packages/scipy/stats/distributions.py:1836: redefinition of function 'fun' from line 1833
./usr/lib/python2.7/dist-packages/scipy/stats/distributions.py:5596: redefinition of function 'fun' from line 5592
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_discrete_basic.py:82: local variable 'rvs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_discrete_basic.py:260: local variable 'cdfs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_continuous_basic.py:180: local variable 'skurt' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_continuous_basic.py:181: local variable 'sskew' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_continuous_basic.py:212: local variable 'skurt' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_continuous_basic.py:213: local variable 'sskew' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_stats.py:11: 'rand' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_stats.py:14: 'zeros' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_stats.py:14: 'ravel' imported but unused
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_distributions.py:553: local variable 's' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_distributions.py:661: local variable 'g' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/stats/tests/test_fit.py:10: 'npt' imported but unused
./usr/lib/python2.7/dist-packages/scipy/misc/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/misc/__init__.py:5: 'from common import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/misc/__init__.py:15: 'from pilutil import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/misc/tests/test_doccer.py:3: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/misc/tests/test_doccer.py:5: 'assert_raises' imported but unused
./usr/lib/python2.7/dist-packages/scipy/misc/tests/test_doccer.py:7: 'assert_true' imported but unused
./usr/lib/python2.7/dist-packages/scipy/misc/tests/test_doccer.py:82: redefinition of function 'func' from line 71
./usr/lib/python2.7/dist-packages/scipy/weave/cpp_namespace_spec.py:78: local variable 'cpp_ident' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/cpp_namespace_spec.py:79: undefined name 'cpp'
./usr/lib/python2.7/dist-packages/scipy/weave/cpp_namespace_spec.py:95: local variable 'clean_type' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/cpp_namespace_spec.py:96: local variable 'name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/cpp_namespace_spec.py:97: local variable 'var_name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/catalog.py:41: 'dbhash' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/catalog.py:45: redefinition of unused 'shelve' from line 42
./usr/lib/python2.7/dist-packages/scipy/weave/base_info.py:117: redefinition of function 'sources' from line 113
./usr/lib/python2.7/dist-packages/scipy/weave/md5_load.py:6: 'from hashlib import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/weave/md5_load.py:8: 'from md5 import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/weave/bytecodecompiler.py:1178: local variable 'rhs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/bytecodecompiler.py:1179: local variable 'lhsType' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/bytecodecompiler.py:1198: local variable 'rhs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/bytecodecompiler.py:1199: local variable 'lhs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/build_tools.py:385: undefined name 'WindowsError'
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:6: '__version__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:9: 'blitz' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:13: 'inline' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:14: 'ext_tools' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:15: 'ext_function' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:15: 'ext_module' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/__init__.py:17: 'accelerate' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_spec.py:72: local variable 'msvc_msg' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/ext_tools.py:315: local variable 'arg_specs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/accelerate_tools.py:313: local variable 'f' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:18: local variable 'ex' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:19: local variable 'ca_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:20: local variable 'cb_y_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:21: local variable 'cb_z_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:22: local variable 'hz' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/size_check.py:23: local variable 'hy' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:116: local variable 'ast' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:117: local variable 'k' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:118: local variable 'ex' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:119: local variable 'ca_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:120: local variable 'cb_y_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:121: local variable 'cb_z_x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:122: local variable 'hz' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/blitz_tools.py:123: local variable 'hy' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:63: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:87: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:102: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_numpy_scalar_spec.py:144: local variable 'test_dir' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:93: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:185: local variable 'attr_name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:217: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:282: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:298: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:304: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:385: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:508: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:527: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:549: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:566: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:574: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:632: local variable 'first' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:637: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:648: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:660: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:673: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:688: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:689: local variable 'method' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:701: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:702: local variable 'method' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:715: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:716: local variable 'method' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:741: local variable 'first' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:746: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:760: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:772: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:778: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_object.py:881: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:43: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:49: local variable 'item' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:96: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:98: local variable 'item' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:139: local variable 'val' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_sequence.py:193: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_inline_tools.py:14: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:79: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:103: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:147: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:171: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:214: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:238: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:334: local variable 'd' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:339: local variable 'l' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:344: local variable 's' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:349: local variable 't' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:382: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:407: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:442: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:466: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:563: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:587: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:630: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:654: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_c_spec.py:782: local variable 'test_dir' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_dict.py:67: local variable 'key' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_scxx_dict.py:88: local variable 'key_name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_blitz_tools.py:105: local variable 'result' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_ext_tools.py:24: 'simple_ext_module' imported but unused
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_ext_tools.py:87: local variable 'var_specs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_ext_tools.py:131: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_ext_tools.py:132: local variable 'b' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_ext_tools.py:133: local variable 'c' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:102: local variable 'xx' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:103: local variable 'yy' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:115: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:289: local variable 'actual' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:295: local variable 'actual' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:350: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:351: local variable 'nx' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:355: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/test_size_check.py:356: local variable 'nx' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/weave/tests/weave_test_utils.py:43: undefined name 'backup_dir'
./usr/lib/python2.7/dist-packages/scipy/weave/tests/weave_test_utils.py:44: undefined name 'backup_dir'
./usr/lib/python2.7/dist-packages/scipy/weave/tests/weave_test_utils.py:51: undefined name 'backup_dir'
./usr/lib/python2.7/dist-packages/scipy/weave/tests/scxx_timings.py:91: undefined name 'i'
./usr/lib/python2.7/dist-packages/scipy/ndimage/setupscons.py:3: 'get_include' imported but unused
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:32: 'from filters import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:33: 'from fourier import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:34: 'from interpolation import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:35: 'from measurements import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:36: 'from morphology import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:37: 'from io import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/ndimage/__init__.py:44: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/ndimage/measurements.py:349: local variable 'nlabels' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/ndimage/measurements.py:360: local variable 'idx' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/ndimage/morphology.py:1765: undefined name 'tmp1'
./usr/lib/python2.7/dist-packages/scipy/ndimage/morphology.py:1766: undefined name 'tmp1'
./usr/lib/python2.7/dist-packages/scipy/ndimage/morphology.py:1790: undefined name 'tmp'
./usr/lib/python2.7/dist-packages/scipy/ndimage/morphology.py:1827: undefined name 'tmp'
./usr/lib/python2.7/dist-packages/scipy/ndimage/morphology.py:2188: undefined name 'dt'
./usr/lib/python2.7/dist-packages/scipy/ndimage/tests/test_io.py:7: 'Image' imported but unused
./usr/lib/python2.7/dist-packages/scipy/ndimage/tests/test_ndimage.py:33: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/ndimage/tests/test_ndimage.py:35: 'TestCase' imported but unused
./usr/lib/python2.7/dist-packages/scipy/ndimage/tests/test_ndimage.py:1009: local variable 'kernel' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/ndimage/tests/test_ndimage.py:3645: local variable 'struct' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/cluster/setupscons.py:6: 'get_numpy_include_dirs' imported but unused
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:179: redefinition of function '_warning' from line 176
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:886: local variable 'Ys' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:1704: redefinition of function '_plot_dendrogram' from line 1555
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:2000: local variable 'props' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:2244: local variable 'uan' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:2250: local variable 'ubn' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:2305: local variable 'ah' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/hierarchy.py:2306: local variable 'bh' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:43: local variable 'code' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:49: local variable 'code' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:55: local variable 'code' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:77: local variable 'code' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:102: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:126: local variable 'res' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:128: local variable 'e' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:146: local variable 'data2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:150: local variable 'code1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:151: local variable 'code2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:159: local variable 'code1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_vq.py:179: local variable 'e' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/vq_test.py:17: local variable 't1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/vq_test.py:19: local variable 't2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/vq_test.py:32: undefined name 'string'
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/vq_test.py:34: undefined name 'array'
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:536: local variable 'q' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:738: local variable 'node' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:745: local variable 'node' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:751: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:759: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:767: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:775: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:783: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:791: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:911: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:933: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:943: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:953: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:963: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:973: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1006: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1017: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1028: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1039: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1050: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1102: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1113: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1124: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1135: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1146: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1178: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1189: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1200: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1211: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1222: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1254: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1265: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1276: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1287: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1298: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1330: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1341: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1352: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1363: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/cluster/tests/test_hierarchy.py:1374: local variable 'Y' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/constants/__init__.py:35: 'from codata import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/constants/__init__.py:36: 'from constants import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/odr/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/odr/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/maxentropy/setupscons.py:5: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/maxentropy/setup.py:5: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/maxentropy/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/maxentropy/__init__.py:2: 'from maxentropy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/maxentropy/maxentropy.py:1376: local variable 'stdevlogZ' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_k'
./usr/lib/python2.7/dist-packages/scipy/maxentropy/maxentropy.py:1547: undefined name 'y_kminus1'
./usr/lib/python2.7/dist-packages/scipy/maxentropy/maxentropy.py:1592: local variable 'y_kminus1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/maxentropy/examples/conditionalexample1.py:4: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/maxentropy/examples/conditionalexample1.py:5: 'from scipy.maxentropy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/tnc.py:191: redefinition of function 'func_and_grad' from line 185
./usr/lib/python2.7/dist-packages/scipy/optimize/tnc.py:196: redefinition of function 'func_and_grad' from line 191
./usr/lib/python2.7/dist-packages/scipy/optimize/linesearch.py:230: redefinition of function 'derphi' from line 221
./usr/lib/python2.7/dist-packages/scipy/optimize/linesearch.py:385: local variable 'D' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/lbfgsb.py:146: redefinition of function 'func_and_grad' from line 141
./usr/lib/python2.7/dist-packages/scipy/optimize/lbfgsb.py:150: redefinition of function 'func_and_grad' from line 146
./usr/lib/python2.7/dist-packages/scipy/optimize/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/setupscons.py:7: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:7: 'from optimize import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:8: 'from minpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:9: 'from zeros import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:10: 'from anneal import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:11: 'fmin_l_bfgs_b' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:12: 'fmin_tnc' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:13: 'fmin_cobyla' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:14: 'from nonlin import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:15: 'fmin_slsqp' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py:16: 'nnls' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/optimize.py:638: local variable 'N' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/optimize.py:645: local variable 'sk' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/optimize.py:1134: local variable 'xmin' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/optimize.py:1134: local variable 'fval' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/nonlin.py:113: 'lstsq' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:3: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:5: 'cc' imported but unused
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:13: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:14: local variable 'b' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:23: local variable 'func' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/optimize/benchmarks/bench_zeros.py:25: local variable 'meth' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/filter_design.py:1144: local variable 'm' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/filter_design.py:1214: local variable 'ws' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/filter_design.py:1215: local variable 'm1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/signaltools.py:4: 'warnings' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:7: 'sigtools' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:8: 'from waveforms import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:9: 'from bsplines import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:10: 'from filter_design import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:11: 'from fir_filter_design import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:12: 'from ltisys import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:13: 'from windows import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:14: 'from signaltools import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/__init__.py:15: 'from wavelets import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/signal/bsplines.py:9: 'qspline2d' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/bsplines.py:9: 'symiirorder1' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/bsplines.py:9: 'symiirorder2' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/bsplines.py:186: local variable 'c0' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/bsplines.py:187: local variable 'P' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/waveforms.py:118: local variable 'tsub' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/waveforms.py:119: local variable 'wsub' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/ltisys.py:397: redefinition of function 'fprime' from line 391
./usr/lib/python2.7/dist-packages/scipy/signal/wavelets.py:77: local variable 'gk' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/signal/tests/test_filter_design.py:6: 'bessel' imported but unused
./usr/lib/python2.7/dist-packages/scipy/signal/tests/test_ltisys.py:7: 'lti' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/setupscons.py:3: 'os' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/setupscons.py:5: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/setupscons.py:6: 'get_python_inc' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/setup.py:3: 'os' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:5: '__docformat__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:8: 'from numpy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:9: 'from _cephes import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:11: 'from basic import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:12: 'specfun' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:13: 'orthogonal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:14: 'from orthogonal import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:15: 'multigammaln' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/__init__.py:16: 'lambertw' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/special_version.py:6: 'svn_version' imported but unused
./usr/lib/python2.7/dist-packages/scipy/special/orthogonal.py:457: local variable 'g' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_mpmath.py:16: redefinition of unused 'mpmath' from line 13
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_mpmath.py:18: redefinition of unused 'mpmath' from line 16
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_basic.py:895: local variable 'eu1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_basic.py:1935: local variable 'mc' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_basic.py:1967: local variable 'pbv' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/special/tests/test_basic.py:1968: local variable 'derrl' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/idl.py:224: local variable 'ncols' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/idl.py:309: local variable 'recpos' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:7: 'deprecate' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:11: 'savemat' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:11: 'loadmat' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:14: 'netcdf_file' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:14: 'netcdf_variable' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:16: 'byteordercodes' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:17: 'save_as_module' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:18: 'mmwrite' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:18: 'mmread' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:18: 'mminfo' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/__init__.py:19: 'readsav' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/mmio.py:345: redefinition of unused 'coo_matrix' from line 343
./usr/lib/python2.7/dist-packages/scipy/io/mmio.py:499: local variable 'entries' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/netcdf.py:104: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/netcdf.py:180: redefinition of unused 'mmap' from line 102
./usr/lib/python2.7/dist-packages/scipy/io/netcdf.py:187: redefinition of unused 'mmap' from line 102
./usr/lib/python2.7/dist-packages/scipy/io/matlab/mio4.py:11: 'MatWriteError' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/mio5.py:81: redefinition of unused 'BytesIO' from line 79
./usr/lib/python2.7/dist-packages/scipy/io/matlab/mio5.py:357: local variable 'mdict' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/__init__.py:11: 'savemat' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/__init__.py:11: 'loadmat' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:2: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:7: 'sio' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:30: local variable 'var_dict' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/benchmarks/bench_structarr.py:31: local variable 'str_io' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:12: 'cStringIO' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:13: 'BytesIO' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:15: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_false' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:17: 'assert_raises' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'run_module_suite' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_pathological.py:20: 'assert_array_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio5_utils.py:17: 'assert_false' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio5_utils.py:20: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:12: redefinition of unused 'BytesIO' from line 10
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_raises' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:14: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:20: 'assert_true' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:22: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabFunction' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatlabObject' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:25: 'MatFile5Writer' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py:65: local variable 'ws_vars' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:18: 'np' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:21: 'assert_false' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:24: 'assert_array_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:46: undefined name 'fs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:48: undefined name 'fname'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:54: undefined name 'gs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:56: undefined name 'cs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:57: undefined name 'fs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'fs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'gs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:62: undefined name 'cs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'fs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'gs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_streams.py:80: undefined name 'cs'
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:14: redefinition of unused 'BytesIO' from line 12
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:20: redefinition of unused 'partial' from line 18
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:39: 'MatFileReader' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:398: local variable 'mres' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:414: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:434: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:451: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:472: local variable 'mat_stream' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:516: local variable 'vals' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio.py:787: local variable 'out_d' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_false' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:7: 'assert_raises' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/matlab/tests/test_mio_utils.py:10: 'assert_array_almost_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/arff/arffread.py:249: undefined name 'r_mend'
./usr/lib/python2.7/dist-packages/scipy/io/arff/arffread.py:528: local variable 'acls2conv' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/arff/arffread.py:654: undefined name 'types'
./usr/lib/python2.7/dist-packages/scipy/io/arff/__init__.py:40: 'from arffread import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/io/arff/utils.py:7: redefinition of unused 'partial' from line 5
./usr/lib/python2.7/dist-packages/scipy/io/arff/utils.py:7: 'partial' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/arff/tests/test_arffread.py:88: local variable 'classes' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/io/tests/test_netcdf.py:7: 'time' imported but unused
./usr/lib/python2.7/dist-packages/scipy/io/tests/test_netcdf.py:12: redefinition of unused 'BytesIO' from line 10
./usr/lib/python2.7/dist-packages/scipy/io/tests/test_netcdf.py:32: redefinition of unused 'time' from line 7
./usr/lib/python2.7/dist-packages/scipy/io/tests/test_netcdf.py:42: redefinition of unused 'time' from line 7
./usr/lib/python2.7/dist-packages/scipy/io/tests/test_netcdf.py:125: local variable 'f' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/fitpack.py:862: local variable 'iwrk' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/fitpack.py:989: undefined name 'xe'
./usr/lib/python2.7/dist-packages/scipy/interpolate/fitpack.py:989: undefined name 'ye'
./usr/lib/python2.7/dist-packages/scipy/interpolate/fitpack.py:1140: local variable 'nk' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/fitpack.py:1153: local variable 'nk' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/interpnd_info.py:6: 'from sympy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/interpolate.py:754: local variable 'N' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:7: 'from interpolate import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:8: 'from fitpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:11: 'from fitpack2 import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:13: 'Rbf' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:15: 'from polyint import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py:17: 'from ndgriddata import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/interpolate/rbf.py:161: undefined name 'sys'
./usr/lib/python2.7/dist-packages/scipy/interpolate/rbf.py:162: undefined name 'function'
./usr/lib/python2.7/dist-packages/scipy/interpolate/polyint.py:205: local variable 'dern' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:7: 'NaN' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'block' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:11: 'atleast_1d_and_contiguous' imported but unused
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:32: local variable 't1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:34: local variable 't2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:45: local variable 't1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:47: local variable 't2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:56: local variable 't1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:58: local variable 't2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:72: local variable 't1' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_interpolate_wrapper.py:74: local variable 't2' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_polyint.py:56: local variable 'xs' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_polyint.py:57: local variable 'ys' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_polyint.py:251: local variable 'n' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/interpolate/tests/test_polyint.py:273: local variable 'n' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/lib/info.py:10: undefined name 'lapack' in __all__
./usr/lib/python2.7/dist-packages/scipy/lib/info.py:10: undefined name 'blas' in __all__
./usr/lib/python2.7/dist-packages/scipy/lib/__init__.py:2: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/__init__.py:2: '__all__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setupscons.py:5: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setup.py:4: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setup.py:6: 'newer_group' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setup.py:6: 'newer' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setup.py:7: 'glob' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/setup.py:99: redefinition of unused 'newer' from line 6
./usr/lib/python2.7/dist-packages/scipy/lib/blas/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:89: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:99: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:151: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:217: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:227: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:310: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:320: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:405: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:410: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:433: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/blas/tests/test_fblas.py:438: undefined name 'assert_'
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/scons_support.py:1: 'pjoin' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/scons_support.py:11: local variable 'source_name' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/setupscons.py:3: 'os' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/setupscons.py:4: 'glob' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/setupscons.py:8: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/setup.py:4: 'glob' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/__init__.py:5: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/__init__.py:77: undefined name 'func_code'
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/tests/test_esv.py:138: undefined name 'run_module_suite'
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/tests/test_lapack.py:6: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/tests/test_gesv.py:2: 'assert_equal' imported but unused
./usr/lib/python2.7/dist-packages/scipy/lib/lapack/tests/test_gesv.py:94: undefined name 'run_module_suite'
./usr/lib/python2.7/dist-packages/scipy/sparse/sputils.py:41: local variable 'upcast' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/sputils.py:69: local variable 'canCast' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/setupscons.py:7: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/dok.py:17: redefinition of unused '_is_sequence' from line 15
./usr/lib/python2.7/dist-packages/scipy/sparse/construct.py:10: 'warn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/construct.py:17: 'csc_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/construct.py:20: 'lil_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/setup.py:4: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/csc.py:7: 'warn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:3: 'from base import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:6: 'from lil import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:7: 'from dok import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:8: 'from coo import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:9: 'from dia import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:10: 'from bsr import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:11: 'from csgraph import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:13: 'from construct import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/__init__.py:14: 'from extract import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/csr.py:8: 'warn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/lil.py:430: local variable 'nnz' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/base.py:6: 'warn' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/base.py:10: 'isdense' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/__init__.py:3: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/__init__.py:5: 'from isolve import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/__init__.py:6: 'from dsolve import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/__init__.py:7: 'from interface import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/__init__.py:8: 'from eigen import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/interface.py:242: redefinition of function 'matvec' from line 232
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/interface.py:244: redefinition of function 'rmatvec' from line 234
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/interface.py:246: redefinition of function 'matmat' from line 236
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/__init__.py:3: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/__init__.py:5: 'from arpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/__init__.py:6: 'from lobpcg import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/setupscons.py:5: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/setup.py:5: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/__init__.py:9: 'from lobpcg import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:315: local variable 'gramXBX' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:365: local variable 'failureFlag' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:378: undefined name 'blockVectorP'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:379: undefined name 'blockVectorAP'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py:380: undefined name 'blockVectorBP'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/tests/test_lobpcg.py:82: local variable 'X' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/tests/benchmark.py:1: 'from scipy import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/setup.py:2: 're' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/setup.py:7: redefinition of unused 're' from line 2
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/__init__.py:2: 'from arpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csc_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:47: 'csr_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:235: undefined name 'whiches'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:308: undefined name 'whiches'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py:298: local variable 'eps' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:2: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:3: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/setupscons.py:7: 'get_info' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/__init__.py:54: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/__init__.py:60: 'from linsolve import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/linsolve.py:13: redefinition of unused 'umfpack' from line 11
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:16: redefinition of unused '_um' from line 14
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:184: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:185: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:186: undefined name 'UMFPACK_WARNING_determinant_underflow'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:187: undefined name 'UMFPACK_WARNING_determinant_overflow'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:188: undefined name 'UMFPACK_ERROR_out_of_memory'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:189: undefined name 'UMFPACK_ERROR_invalid_Numeric_object'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:190: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:191: undefined name 'UMFPACK_ERROR_argument_missing'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:192: undefined name 'UMFPACK_ERROR_n_nonpositive'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:193: undefined name 'UMFPACK_ERROR_invalid_matrix'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:194: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:195: undefined name 'UMFPACK_ERROR_invalid_system'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:196: undefined name 'UMFPACK_ERROR_invalid_permutation'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:197: undefined name 'UMFPACK_ERROR_internal_error'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:198: undefined name 'UMFPACK_ERROR_file_IO'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:202: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:203: undefined name 'UMFPACK_At'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:204: undefined name 'UMFPACK_Aat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:205: undefined name 'UMFPACK_Pt_L'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:206: undefined name 'UMFPACK_L'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:207: undefined name 'UMFPACK_Lt_P'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:208: undefined name 'UMFPACK_Lat_P'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:209: undefined name 'UMFPACK_Lt'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:210: undefined name 'UMFPACK_U_Qt'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:211: undefined name 'UMFPACK_U'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:212: undefined name 'UMFPACK_Q_Ut'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:213: undefined name 'UMFPACK_Q_Uat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:214: undefined name 'UMFPACK_Ut'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:215: undefined name 'UMFPACK_Uat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:220: undefined name 'UMFPACK_At'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_At'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:221: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_Aat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:222: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:223: undefined name 'UMFPACK_Aat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_Aat'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:224: undefined name 'UMFPACK_A'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:283: undefined name 'UMFPACK_CONTROL'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:284: undefined name 'UMFPACK_INFO'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:297: undefined name 'UMFPACK_PRL'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:381: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:420: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:421: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:424: undefined name 'UMFPACK_ERROR_different_pattern'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:425: undefined name 'UMFPACK_ERROR_invalid_Symbolic_object'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:548: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:549: undefined name 'UMFPACK_WARNING_singular_matrix'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:556: undefined name 'UMFPACK_RCOND'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:648: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:675: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/umfpack.py:695: undefined name 'UMFPACK_OK'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/setup.py:5: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/__init__.py:1: '__doc__' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/__init__.py:3: 'from umfpack import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/umfpack/tests/try_umfpack.py:55: undefined name 'io'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:21: local variable 'x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/dsolve/tests/test_linsolve.py:147: 'gc' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/lgmres.py:6: 'set_docstring' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:288: local variable 'nstop' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:306: local variable '__xm' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/lsqr.py:307: local variable '__xn' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:3: 'os' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:4: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:5: 're' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:6: 'newer_group' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:6: 'newer' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/setup.py:7: 'glob' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/__init__.py:4: 'from iterative import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/__init__.py:5: 'minres' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/__init__.py:6: 'lgmres' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/__init__.py:7: 'lsqr' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/minres.py:291: redefinition of unused 'norm' from line 2
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/iterative.py:174: undefined name 'get_psolve'
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/iterative.py:424: local variable 'olditer' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/tests/test_iterative.py:122: local variable 'D' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/isolve/tests/demo_lgmres.py:2: 'sp' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/linalg/tests/test_iterative.py:10: local variable 'x' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/bsr.py:17: redefinition of unused '_bsr' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/setupscons.py:3: 'join' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/setupscons.py:4: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/setupscons.py:7: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/setup.py:4: 'numpy' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/coo.py:17: redefinition of unused '_coo' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/csc.py:17: redefinition of unused '_csc' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:4: 'from csr import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:5: 'from csc import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:6: 'from coo import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:7: 'from dia import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:8: 'from bsr import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/__init__.py:9: 'from csgraph import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/dia.py:17: redefinition of unused '_dia' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/csr.py:17: redefinition of unused '_csr' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/sparsetools/csgraph.py:17: redefinition of unused '_csgraph' from line 28
./usr/lib/python2.7/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:8: 'from numpy.testing import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:11: 'lil_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/benchmarks/bench_sparse.py:11: 'dok_matrix' imported but unused
./usr/lib/python2.7/dist-packages/scipy/sparse/tests/test_base.py:691: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/tests/test_base.py:726: local variable 'a' is assigned to but never used
./usr/lib/python2.7/dist-packages/scipy/sparse/tests/test_base.py:1288: local variable 'e' is assigned to but never used

This report was generated on Sun, 17 Apr 2011 06:29:55 +0000, based on results by pyflakes 0.4.0-1