scipy 0.4.6 / numpy 0.9.5 | overwriting functions
![](https://secure.gravatar.com/avatar/5f66c42e7f10fb1d57e7ef6305558b33.jpg?s=120&d=mm&r=g)
Dear Group, I'm having some issues running scipy 0.4.6 / numpy 0.9.5, which are hard to comprehend for me. Perhaps someone is able to inform me what is going wrong here. I've tried installing numpy 0.9.6, and scipy failed to load when 0.9.6 was installed. I referred back to 0.9.5 and am getting the following errors (see end of mail). Am I making a serious mistake here setting up scipy/numpy or is this the current state of affairs? Also I've been experimenting with the Delaunay module. I've been able to compile it using Mike Fletchers setup: http://www.vrplumber.com/programming/mstoolkit/ Its really a wonderful addition to scipy and compiles perfectly out of the box. Thanks so much for the effort. Cheers, jelle No scipy-style subpackage 'scipy.test' found in c:\Python24\lib\site-packages\scipy. Ignoring. No scipy-style subpackage 'scipy.base' found in c:\Python24\lib\site-packages\scipy. Ignoring. Overwriting utils=<module 'scipy.utils' from 'c:\Python24\lib\site-packages\scipy\utils\__init__.pyc'> from c:\Python24\lib\site-packages\scipy\utils\__init__.pyc (was <module 'scipy.base.utils' from 'c:\Python24\lib\site-packages\scipy\base\utils.pyc'> from c:\Python24\lib\site-packages\scipy\base\utils.pyc) Overwriting info=<function info at 0x00F6D330> from scipy.utils.helpmod (was <function info at 0x00FB6F70> from scipy.misc.helpmod) Overwriting factorial=<function factorial at 0x00ED7B30> from scipy.utils.common (was <function factorial at 0x00FB6AF0> from scipy.misc.common) Overwriting factorial2=<function factorial2 at 0x00ED7AF0> from scipy.utils.common (was <function factorial2 at 0x00FB6B30> from scipy.misc.common) Overwriting factorialk=<function factorialk at 0x00EE9C70> from scipy.utils.common (was <function factorialk at 0x00FB6B70> from scipy.misc.common) Overwriting comb=<function comb at 0x00EE5AF0> from scipy.utils.common (was <function comb at 0x00FB6BB0> from scipy.misc.common) Overwriting who=<function who at 0x00F4D8F0> from scipy.utils.common (was <function who at 0x00FB6CF0> from scipy.misc.common) Overwriting lena=<function lena at 0x00F4D8B0> from scipy.utils.common (was <function lena at 0x00FB6CB0> from scipy.misc.common) Overwriting central_diff_weights=<function central_diff_weights at 0x00EE5A30> from scipy.utils.common (was <function central_diff_weights at 0x00FB6BF0> from scipy.misc.common) Overwriting derivative=<function derivative at 0x00F4D830> from scipy.utils.common (was <function derivative at 0x00FB6C30> from scipy.misc.common) Overwriting pade=<function pade at 0x00F4D870> from scipy.utils.common (was <function pade at 0x00FB6C70> from scipy.misc.common) Overwriting info=<function info at 0x00FB6F70> from scipy.misc.helpmod (was <function info at 0x00F6D330> from scipy.utils.helpmod) Overwriting factorial=<function factorial at 0x00FB6AF0> from scipy.misc.common (was <function factorial at 0x00ED7B30> from scipy.utils.common) Overwriting factorial2=<function factorial2 at 0x00FB6B30> from scipy.misc.common (was <function factorial2 at 0x00ED7AF0> from scipy.utils.common) Overwriting factorialk=<function factorialk at 0x00FB6B70> from scipy.misc.common (was <function factorialk at 0x00EE9C70> from scipy.utils.common) Overwriting comb=<function comb at 0x00FB6BB0> from scipy.misc.common (was <function comb at 0x00EE5AF0> from scipy.utils.common) Overwriting who=<function who at 0x00FB6CF0> from scipy.misc.common (was <function who at 0x00F4D8F0> from scipy.utils.common) Overwriting lena=<function lena at 0x00FB6CB0> from scipy.misc.common (was <function lena at 0x00F4D8B0> from scipy.utils.common) Overwriting central_diff_weights=<function central_diff_weights at 0x00FB6BF0> from scipy.misc.common (was <function central_diff_weights at 0x00EE5A30> from scipy.utils.common) Overwriting derivative=<function derivative at 0x00FB6C30> from scipy.misc.common (was <function derivative at 0x00F4D830> from scipy.utils.common) Overwriting pade=<function pade at 0x00FB6C70> from scipy.misc.common (was <function pade at 0x00F4D870> from scipy.utils.common) Overwriting test=<module 'scipy.test' from 'c:\Python24\lib\site-packages\scipy\test\__init__.pyc'> from c:\Python24\lib\site-packages\scipy\test\__init__.pyc (was <function test at 0x00FB6770> from scipy) Overwriting ScipyTest=<class scipy.test.testing.ScipyTest at 0x00EA0900> from scipy.test.testing (was <class numpy.testing.numpytest.NumpyTest at 0x00B9BDE0> from numpy.testing.numpytest) Overwriting fft=<function fft at 0x00FB9BF0> from scipy.basic.fft_lite (was <function fft at 0x00DECCF0> from numpy.dft.fftpack) Overwriting ifft=<function inverse_fft at 0x00FB9C30> from scipy.basic.fft_lite (was <function inverse_fft at 0x00DECD30> from numpy.dft.fftpack) Overwriting rand=<built-in method rand of mtrand.RandomState object at 0x00AAD1F0> (was <built-in method rand of mtrand.RandomState object at 0x00AAD0F0>) Overwriting randn=<built-in method randn of mtrand.RandomState object at 0x00AAD1F0> (was <built-in method randn of mtrand.RandomState object at 0x00AAD0F0>) Overwriting random=<module 'scipy.basic.random' from 'c:\Python24\lib\site-packages\scipy\basic\random.pyc'> from c:\Python24\lib\site-packages\scipy\basic\random.pyc (was <module 'numpy.random' from 'c:\Python24\lib\site-packages\numpy\random\__init__.pyc'> from c:\Python24\lib\site-packages\numpy\random\__init__.pyc) Overwriting linalg=<module 'scipy.basic.linalg' from 'c:\Python24\lib\site-packages\scipy\basic\linalg.pyc'> from c:\Python24\lib\site-packages\scipy\basic\linalg.pyc (was <module 'numpy.linalg' from 'c:\Python24\lib\site-packages\numpy\linalg\__init__.pyc'> from c:\Python24\lib\site-packages\numpy\linalg\__init__.pyc) Overwriting disp=<function disp at 0x00E63CB0> from scipy.base.function_base (was <function disp at 0x00CA74F0> from numpy.lib.function_base) Overwriting all=<function all at 0x00E0BDF0> from scipy.base.oldnumeric (was <function all at 0x00BDD0F0> from numpy.core.oldnumeric) Overwriting atleast_2d=<function atleast_2d at 0x00E631B0> from scipy.base.shape_base (was <function atleast_2d at 0x00CA26F0> from numpy.lib.shape_base) Overwriting ptp=<function ptp at 0x00E63870> from scipy.base.function_base (was <function ptp at 0x00BDD1B0> from numpy.core.oldnumeric) Overwriting unicode_=<type 'unicode_arrtype'> from __builtin__ (was <type 'unicodescalar'> from __builtin__) Overwriting string=<type 'string_arrtype'> from __builtin__ (was <type 'stringscalar'> from __builtin__) Overwriting float96=<type 'float96_arrtype'> from __builtin__ (was <type 'float96scalar'> from __builtin__) Overwriting void=<type 'void_arrtype'> from __builtin__ (was <type 'voidscalar'> from __builtin__) Overwriting unicode0=<type 'unicode_arrtype'> from __builtin__ (was <type 'unicodescalar'> from __builtin__) Overwriting void0=<type 'void_arrtype'> from __builtin__ (was <type 'voidscalar'> from __builtin__) Overwriting tri=<function tri at 0x00E682B0> from scipy.base.twodim_base (was <function tri at 0x00CA2DF0> from numpy.lib.twodim_base) Overwriting arrayrange=<built-in function arange> from scipy.base.multiarray (was <built-in function arange> from numpy.core.multiarray) Overwriting indices=<function indices at 0x00E0A970> from scipy.base.numeric (was <function indices at 0x00BD34F0> from numpy.core.numeric) Overwriting set_numeric_ops=<built-in function set_numeric_ops> from scipy.base.multiarray (was <built-in function set_numeric_ops> from numpy.core.multiarray) Overwriting cosh=<ufunc 'cosh'> (was <ufunc 'cosh'>) Overwriting object0=<type 'object_arrtype'> from __builtin__ (was <type 'objectscalar'> from __builtin__) Overwriting restoredot=<built-in function restoredot> from scipy.lib._dotblas (was <built-in function restoredot> from numpy.core._dotblas) Overwriting index_exp=<scipy.base.index_tricks._index_expression_class object at 0x00E14BB0> from scipy.base.index_tricks (was <numpy.lib.index_tricks._index_expression_class object at 0x00C98290> from numpy.lib.index_tricks) Overwriting nanargmax=<function nanargmax at 0x00E63C70> from scipy.base.function_base (was <function nanargmax at 0x00CA74B0> from numpy.lib.function_base) Overwriting power=<ufunc 'power'> (was <ufunc 'power'>) Overwriting typename=<function typename at 0x00E15A30> from scipy.base.type_check (was <function typename at 0x00C965B0> from numpy.lib.type_check) Overwriting diag=<function diag at 0x00E68270> from scipy.base.twodim_base (was <function diag at 0x00CA2DB0> from numpy.lib.twodim_base) Overwriting sum=<function sum at 0x00E0BCB0> from scipy.base.oldnumeric (was <function sum at 0x00BD8F70> from numpy.core.oldnumeric) Overwriting polyfit=<function polyfit at 0x00E6AC30> from scipy.base.polynomial (was <function polyfit at 0x00CAC230> from numpy.lib.polynomial) Overwriting nanmin=<function nanmin at 0x00E63BB0> from scipy.base.function_base (was <function nanmin at 0x00CA73F0> from numpy.lib.function_base) Overwriting memmap=<class 'scipy.base.memmap.memmap'> from scipy.base.memmap (was <class 'numpy.core.memmap.memmap'> from numpy.core.memmap) Overwriting nan_to_num=<function nan_to_num at 0x00E15970> from scipy.base.type_check (was <function nan_to_num at 0x00C964F0> from numpy.lib.type_check) Overwriting complex64=<type 'complex64_arrtype'> from __builtin__ (was <type 'complex64scalar'> from __builtin__) Overwriting logspace=<function logspace at 0x00E63530> from scipy.base.function_base (was <function logspace at 0x00CA2EF0> from numpy.lib.function_base) Overwriting sinh=<ufunc 'sinh'> (was <ufunc 'sinh'>) Overwriting vstack=<function vstack at 0x00E63230> from scipy.base.shape_base (was <function vstack at 0x00CA2770> from numpy.lib.shape_base) Overwriting MachAr=<class 'scipy.base.machar.MachAr'> from scipy.base.machar (was <class 'numpy.lib.machar.MachAr'> from numpy.lib.machar) Overwriting asscalar=<function asscalar at 0x00E159F0> from scipy.base.type_check (was <function asscalar at 0x00C96570> from numpy.lib.type_check) Overwriting less_equal=<ufunc 'less_equal'> (was <ufunc 'less_equal'>) Overwriting object_=<type 'object_arrtype'> from __builtin__ (was <type 'objectscalar'> from __builtin__) Overwriting divide=<ufunc 'divide'> (was <ufunc 'divide'>) Overwriting csingle=<type 'complex64_arrtype'> from __builtin__ (was <type 'complex64scalar'> from __builtin__) Overwriting unsignedinteger=<type 'unsignedinteger_arrtype'> from __builtin__ (was <type 'unsignedintegerscalar'> from __builtin__) Overwriting sign=<function sign at 0x00E156B0> from scipy.base.ufunclike (was <ufunc 'sign'>) Overwriting fastCopyAndTranspose=<built-in function _fastCopyAndTranspose> from scipy.base.multiarray (was <built-in function _fastCopyAndTranspose> from numpy.core.multiarray) Overwriting bitwise_and=<ufunc 'bitwise_and'> (was <ufunc 'bitwise_and'>) Overwriting uintc=<type 'uint32_arrtype'> from __builtin__ (was <type 'uint32scalar'> from __builtin__) Overwriting register_dtype=<built-in function register_dtype> from scipy.base.multiarray (was <built-in function register_dtype> from numpy.core.multiarray) Overwriting select=<function select at 0x00E636F0> from scipy.base.function_base (was <function select at 0x00CA70B0> from numpy.lib.function_base) Overwriting eye=<function eye at 0x00E68230> from scipy.base.twodim_base (was <function eye at 0x00CA2D70> from numpy.lib.twodim_base) Overwriting newbuffer=<built-in function newbuffer> from scipy.base.multiarray (was <built-in function newbuffer> from numpy.core.multiarray) Overwriting negative=<ufunc 'negative'> (was <ufunc 'negative'>) Overwriting mintypecode=<function mintypecode at 0x00E155B0> from scipy.base.type_check (was <function mintypecode at 0x00C961B0> from numpy.lib.type_check) Overwriting sort=<function sort at 0x00E0B970> from scipy.base.oldnumeric (was <function sort at 0x00BD8BF0> from numpy.core.oldnumeric) Overwriting uint0=<type 'uint32_arrtype'> from __builtin__ (was <type 'uint32scalar'> from __builtin__) Overwriting uint8=<type 'uint8_arrtype'> from __builtin__ (was <type 'uint8scalar'> from __builtin__) Overwriting chararray=<module 'scipy.base.chararray' from 'c:\Python24\lib\site-packages\scipy\base\chararray.pyc'> from c:\Python24\lib\site-packages\scipy\base\chararray.pyc (was <class 'numpy.core.defchararray.chararray'> from numpy.core.defchararray) Overwriting linspace=<function linspace at 0x00E634F0> from scipy.base.function_base (was <function linspace at 0x00CA2C70> from numpy.lib.function_base) Overwriting resize=<function resize at 0x00E0BAB0> from scipy.base.oldnumeric (was <function resize at 0x00BD8D30> from numpy.core.oldnumeric) Overwriting uint64=<type 'uint64_arrtype'> from __builtin__ (was <type 'uint64scalar'> from __builtin__) Overwriting ma=<module 'scipy.base.ma' from 'c:\Python24\lib\site-packages\scipy\base\ma.pyc'> from c:\Python24\lib\site-packages\scipy\base\ma.pyc (was <module 'numpy.core.ma' from 'c:\Python24\lib\site-packages\numpy\core\ma.pyc'> from c:\Python24\lib\site-packages\numpy\core\ma.pyc) Overwriting true_divide=<ufunc 'true_divide'> (was <ufunc 'true_divide'>) Overwriting Inf=1.#INF (was 1.#INF) Overwriting finfo=<class 'scipy.base.getlimits.finfo'> from scipy.base.getlimits (was <class 'numpy.lib.getlimits.finfo'> from numpy.lib.getlimits) Overwriting seterrcall=<function seterrcall at 0x00E0AC70> from scipy.base.numeric (was <function seterrcall at 0x00BD3B70> from numpy.core.numeric) Overwriting logical_or=<ufunc 'logical_or'> (was <ufunc 'logical_or'>) Overwriting minimum=<ufunc 'minimum'> (was <ufunc 'minimum'>) Overwriting tan=<ufunc 'tan'> (was <ufunc 'tan'>) Overwriting absolute=<ufunc 'absolute'> (was <ufunc 'absolute'>) Overwriting array_repr=<function array_repr at 0x00E0A4B0> from scipy.base.numeric (was <function array_repr at 0x00BD3030> from numpy.core.numeric) Overwriting polymul=<function polymul at 0x00E6AD30> from scipy.base.polynomial (was <function polymul at 0x00CAC330> from numpy.lib.polynomial) Overwriting array_str=<function array_str at 0x00E0A930> from scipy.base.numeric (was <function array_str at 0x00BD34B0> from numpy.core.numeric) Overwriting sin=<ufunc 'sin'> (was <ufunc 'sin'>) Overwriting longlong=<type 'int64_arrtype'> from __builtin__ (was <type 'int64scalar'> from __builtin__) Overwriting product=<function product at 0x00E0BCF0> from scipy.base.oldnumeric (was <function product at 0x00BD8FB0> from numpy.core.oldnumeric) Overwriting int16=<type 'int16_arrtype'> from __builtin__ (was <type 'int16scalar'> from __builtin__) Overwriting str_=<type 'string_arrtype'> from __builtin__ (was <type 'stringscalar'> from __builtin__) Overwriting mat=<class 'scipy.base.matrix.matrix'> from scipy.base.matrix (was <class 'numpy.core.defmatrix.matrix'> from numpy.core.defmatrix) Overwriting asanyarray=<function asanyarray at 0x00E05AF0> from scipy.base.numeric (was <function asanyarray at 0x00BCC670> from numpy.core.numeric) Overwriting uint=<type 'uint32_arrtype'> from __builtin__ (was <type 'uint32scalar'> from __builtin__) Overwriting update_use_defaults=<built-in function update_use_defaults> from scipy.base.umath (was <built-in function update_use_defaults> from numpy.core.umath) Overwriting amin=<function amin at 0x00E637F0> from scipy.base.function_base (was <function amin at 0x00BDD230> from numpy.core.oldnumeric) Overwriting correlate=<function correlate at 0x00E05C30> from scipy.base.numeric (was <function correlate at 0x00BCC7B0> from numpy.core.numeric) Overwriting fromstring=<built-in function fromstring> from scipy.base.multiarray (was <built-in function fromstring> from numpy.core.multiarray) Overwriting left_shift=<ufunc 'left_shift'> (was <ufunc 'left_shift'>) Overwriting searchsorted=<function searchsorted at 0x00E0BA70> from scipy.base.oldnumeric (was <function searchsorted at 0x00BD8CF0> from numpy.core.oldnumeric) Overwriting int64=<type 'int64_arrtype'> from __builtin__ (was <type 'int64scalar'> from __builtin__) Overwriting dsplit=<function dsplit at 0x00E63470> from scipy.base.shape_base (was <function dsplit at 0x00CA29B0> from numpy.lib.shape_base) Overwriting arraytype=<type 'scipy.ndarray'> from scipy (was <type 'numpy.ndarray'> from numpy) Overwriting can_cast=<built-in function can_cast> from scipy.base.multiarray (was <built-in function can_cast> from numpy.core.multiarray) Overwriting cumsum=<function cumsum at 0x00E0BE30> from scipy.base.oldnumeric (was <function cumsum at 0x00BDD130> from numpy.core.oldnumeric) Overwriting roots=<function roots at 0x00E6AB70> from scipy.base.polynomial (was <function roots at 0x00CAC170> from numpy.lib.polynomial) Overwriting outer=<function outer at 0x00E05CB0> from scipy.base.numeric (was <function outer at 0x00BCC830> from numpy.core.numeric) Overwriting fix=<function fix at 0x00E155F0> from scipy.base.ufunclike (was <function fix at 0x00C961F0> from numpy.lib.ufunclike) Overwriting choose=<function choose at 0x00E0B7F0> from scipy.base.oldnumeric (was <function choose at 0x00BD8A70> from numpy.core.oldnumeric) Overwriting empty_like=<function empty_like at 0x00E05BB0> from scipy.base.numeric (was <function empty_like at 0x00BCC730> from numpy.core.numeric) Overwriting greater=<ufunc 'greater'> (was <ufunc 'greater'>) Overwriting polyint=<function polyint at 0x00E6ABB0> from scipy.base.polynomial (was <function polyint at 0x00CAC1B0> from numpy.lib.polynomial) Overwriting arctan2=<ufunc 'arctan2'> (was <ufunc 'arctan2'>) Overwriting complexfloating=<type 'complexfloating_arrtype'> from __builtin__ (was <type 'complexfloatingscalar'> from __builtin__) Overwriting PZERO=0.0 (was 0.0) Overwriting isfortran=<function isfortran at 0x00E05B30> from scipy.base.numeric (was <function isfortran at 0x00BCC6B0> from numpy.core.numeric) Overwriting asfarray=<function asfarray at 0x00E15730> from scipy.base.type_check (was <function asfarray at 0x00C962F0> from numpy.lib.type_check) Overwriting fliplr=<function fliplr at 0x00E68170> from scipy.base.twodim_base (was <function fliplr at 0x00CA2CB0> from numpy.lib.twodim_base) Overwriting alen=<function alen at 0x00E63830> from scipy.base.function_base (was <function alen at 0x00BDD270> from numpy.core.oldnumeric) Overwriting recarray=<class 'scipy.base.records.recarray'> from scipy.base.records (was <class 'numpy.core.records.recarray'> from numpy.core.records) Overwriting fmod=<ufunc 'fmod'> (was <ufunc 'fmod'>) Overwriting intp=<type 'int32_arrtype'> from __builtin__ (was <type 'int32scalar'> from __builtin__) Overwriting ndenumerate=<class 'scipy.base.index_tricks.ndenumerate'> from scipy.base.index_tricks (was <class 'numpy.lib.index_tricks.ndenumerate'> from numpy.lib.index_tricks) Overwriting ogrid=<scipy.base.index_tricks.nd_grid object at 0x00E14B10> from scipy.base.index_tricks (was <numpy.lib.index_tricks.nd_grid object at 0x00C981D0> from numpy.lib.index_tricks) Overwriting nanargmin=<function nanargmin at 0x00E63BF0> from scipy.base.function_base (was <function nanargmin at 0x00CA7430> from numpy.lib.function_base) Overwriting r_=<scipy.base.index_tricks.concatenator object at 0x00E14B50> from scipy.base.index_tricks (was <numpy.lib.index_tricks.concatenator object at 0x00C98210> from numpy.lib.index_tricks) Overwriting allclose=<function allclose at 0x00E0AAB0> from scipy.base.numeric (was <function allclose at 0x00BD39B0> from numpy.core.numeric) Overwriting extract=<function extract at 0x00E63AF0> from scipy.base.function_base (was <function extract at 0x00CA7330> from numpy.lib.function_base) Overwriting vsplit=<function vsplit at 0x00E63430> from scipy.base.shape_base (was <function vsplit at 0x00CA2970> from numpy.lib.shape_base) Overwriting ulonglong=<type 'uint64_arrtype'> from __builtin__ (was <type 'uint64scalar'> from __builtin__) Overwriting matrix=<class 'scipy.base.matrix.matrix'> from scipy.base.matrix (was <class 'numpy.core.defmatrix.matrix'> from numpy.core.defmatrix) Overwriting asarray=<function asarray at 0x00E05AB0> from scipy.base.numeric (was <function asarray at 0x00BCC630> from numpy.core.numeric) Overwriting poly1d=<class 'scipy.base.polynomial.poly1d'> from scipy.base.polynomial (was <class 'numpy.lib.polynomial.poly1d'> from numpy.lib.polynomial) Overwriting rec=<module 'scipy.base.records' from 'c:\Python24\lib\site-packages\scipy\base\records.pyc'> from c:\Python24\lib\site-packages\scipy\base\records.pyc (was <module 'numpy.core.records' from 'c:\Python24\lib\site-packages\numpy\core\records.pyc'> from c:\Python24\lib\site-packages\numpy\core\records.pyc) Overwriting uint32=<type 'uint32_arrtype'> from __builtin__ (was <type 'uint32scalar'> from __builtin__) Overwriting log2=<function log2 at 0x00E156F0> from scipy.base.ufunclike (was <function log2 at 0x00C962B0> from numpy.lib.ufunclike) Overwriting cumproduct=<function cumproduct at 0x00E0BE70> from scipy.base.oldnumeric (was <function cumproduct at 0x00BDD170> from numpy.core.oldnumeric) Overwriting diagonal=<function diagonal at 0x00E0BAF0> from scipy.base.oldnumeric (was <function diagonal at 0x00BD8DB0> from numpy.core.oldnumeric) Overwriting atleast_1d=<function atleast_1d at 0x00E63170> from scipy.base.shape_base (was <function atleast_1d at 0x00CA26B0> from numpy.lib.shape_base) Overwriting column_stack=<function column_stack at 0x00E632B0> from scipy.base.shape_base (was <function column_stack at 0x00CA27F0> from numpy.lib.shape_base) Overwriting put=<function put at 0x00E0B870> from scipy.base.oldnumeric (was <function put at 0x00BD8AF0> from numpy.core.oldnumeric) Overwriting byte=<type 'int8_arrtype'> from __builtin__ (was <type 'int8scalar'> from __builtin__) Overwriting remainder=<ufunc 'remainder'> (was <ufunc 'remainder'>) Overwriting arccos=<ufunc 'arccos'> (was <ufunc 'arccos'>) Overwriting signedinteger=<type 'signedinteger_arrtype'> from __builtin__ (was <type 'signedintegerscalar'> from __builtin__) Overwriting ndim=<function ndim at 0x00E0BEB0> from scipy.base.oldnumeric (was <function ndim at 0x00BDD330> from numpy.core.oldnumeric) Overwriting rank=<function rank at 0x00E0BEF0> from scipy.base.oldnumeric (was <function rank at 0x00BDD370> from numpy.core.oldnumeric) Overwriting ldexp=<ufunc 'ldexp'> (was <ufunc 'ldexp'>) Overwriting array=<built-in function array> from scipy.base.multiarray (was <built-in function array> from numpy.core.multiarray) Overwriting common_type=<function common_type at 0x00E15A70> from scipy.base.type_check (was <function common_type at 0x00C965F0> from numpy.lib.type_check) Overwriting size=<function size at 0x00E0BF30> from scipy.base.oldnumeric (was <function size at 0x00BDD3B0> from numpy.core.oldnumeric) Overwriting logical_xor=<ufunc 'logical_xor'> (was <ufunc 'logical_xor'>) Overwriting geterrcall=<function geterrcall at 0x00E0ACB0> from scipy.base.numeric (was <function geterrcall at 0x00BD3BB0> from numpy.core.numeric) Overwriting cross_correlate=<function correlate at 0x00E05C30> from scipy.base.numeric (was <function correlate at 0x00BCC7B0> from numpy.core.numeric) Overwriting sometrue=<function sometrue at 0x00E0BD30> from scipy.base.oldnumeric (was <function sometrue at 0x00BDD030> from numpy.core.oldnumeric) Overwriting bool8=<type 'bool_arrtype'> from __builtin__ (was <type 'boolscalar'> from __builtin__) Overwriting alltrue=<function alltrue at 0x00E0BD70> from scipy.base.oldnumeric (was <function alltrue at 0x00BDD070> from numpy.core.oldnumeric) Overwriting zeros=<built-in function zeros> from scipy.base.multiarray (was <built-in function zeros> from numpy.core.multiarray) Overwriting complex192=<type 'complex192_arrtype'> from __builtin__ (was <type 'complex192scalar'> from __builtin__) Overwriting nansum=<function nansum at 0x00E63B70> from scipy.base.function_base (was <function nansum at 0x00CA73B0> from numpy.lib.function_base) Overwriting bool_=<type 'bool_arrtype'> from __builtin__ (was <type 'boolscalar'> from __builtin__) Overwriting inexact=<type 'inexact_arrtype'> from __builtin__ (was <type 'inexactscalar'> from __builtin__) Overwriting broadcast=<type 'scipy.broadcast'> from scipy (was <type 'numpy.broadcast'> from numpy) Overwriting short=<type 'int16_arrtype'> from __builtin__ (was <type 'int16scalar'> from __builtin__) Overwriting typecodes={'All': '?bhilqpBHILQPfdgFDGSUVO', 'AllInteger': 'bBhHiIlLqQpP', 'AllFloat': 'fdgFDG', 'UnsignedInteger': 'BHILQP', 'Float': 'fdg', 'Character': 'S1', 'Complex': 'FDG', 'Integer': 'bhilqp'} (was {'All': '?bhilqpBHILQPfdgFDGSUVO', 'AllInteger': 'bBhHiIlLqQpP', 'AllFloat': 'fdgFDG', 'UnsignedInteger': 'BHILQP', 'Float': 'fdg', 'Character': 'S1', 'Complex': 'FDG', 'Integer': 'bhilqp'}) Overwriting rot90=<function rot90 at 0x00E681F0> from scipy.base.twodim_base (was <function rot90 at 0x00CA2D30> from numpy.lib.twodim_base) Overwriting copy=<function copy at 0x00E63770> from scipy.base.function_base (was <function copy at 0x00CA7130> from numpy.lib.function_base) Overwriting ubyte=<type 'uint8_arrtype'> from __builtin__ (was <type 'uint8scalar'> from __builtin__) Overwriting not_equal=<ufunc 'not_equal'> (was <ufunc 'not_equal'>) Overwriting fromfunction=<function fromfunction at 0x00E0A9B0> from scipy.base.numeric (was <function fromfunction at 0x00BD3530> from numpy.core.numeric) Overwriting double=<type 'float64_arrtype'> from __builtin__ (was <type 'float64scalar'> from __builtin__) Overwriting getbuffer=<built-in function getbuffer> from scipy.base.multiarray (was <built-in function getbuffer> from numpy.core.multiarray) Overwriting clip=<function clip at 0x00E0BC70> from scipy.base.oldnumeric (was <function clip at 0x00BD8F30> from numpy.core.oldnumeric) Overwriting frompyfunc=<built-in function frompyfunc> from scipy.base.umath (was <built-in function frompyfunc> from numpy.core.umath) Overwriting conjugate=<ufunc 'conjugate'> (was <ufunc 'conjugate'>) Overwriting alterdot=<built-in function alterdot> from scipy.lib._dotblas (was <built-in function alterdot> from numpy.core._dotblas) Overwriting polyval=<function polyval at 0x00E6AC70> from scipy.base.polynomial (was <function polyval at 0x00CAC270> from numpy.lib.polynomial) Overwriting angle=<function angle at 0x00E639B0> from scipy.base.function_base (was <function angle at 0x00CA71F0> from numpy.lib.function_base) Overwriting apply_over_axes=<function apply_over_axes at 0x00E630B0> from scipy.base.shape_base (was <function apply_over_axes at 0x00CA2630> from numpy.lib.shape_base) Overwriting right_shift=<ufunc 'right_shift'> (was <ufunc 'right_shift'>) Overwriting take=<function take at 0x00E0B770> from scipy.base.oldnumeric (was <function take at 0x00BD89F0> from numpy.core.oldnumeric) Overwriting sarray=<function sarray at 0x00E0B730> from scipy.base.oldnumeric (was <function sarray at 0x00BD89B0> from numpy.core.oldnumeric) Overwriting outerproduct=<function outer at 0x00E05CB0> from scipy.base.numeric (was <function outer at 0x00BCC830> from numpy.core.numeric) Overwriting trace=<function trace at 0x00E0BB30> from scipy.base.oldnumeric (was <function trace at 0x00BD8DF0> from numpy.core.oldnumeric) Overwriting compress=<function compress at 0x00E0BC30> from scipy.base.oldnumeric (was <function compress at 0x00BD8EF0> from numpy.core.oldnumeric) Overwriting multiply=<ufunc 'multiply'> (was <ufunc 'multiply'>) Overwriting amax=<function amax at 0x00E637B0> from scipy.base.function_base (was <function amax at 0x00BDD1F0> from numpy.core.oldnumeric) Overwriting logical_not=<ufunc 'logical_not'> (was <ufunc 'logical_not'>) Overwriting average=<function average at 0x00E635F0> from scipy.base.function_base (was <function average at 0x00CA2FB0> from numpy.lib.function_base) Overwriting nbytes={<type 'int64_arrtype'>: 8, <type 'int16_arrtype'>: 2, <type 'int32_arrtype'>: 4, <type 'unicode_arrtype'>: 0, <type 'uint32_arrtype'>: 4, <type 'int32_arrtype'>: 4, <type 'void_arrtype'>: 0, <type 'complex192_arrtype'>: 24, <type 'uint64_arrtype'>: 8, <type 'string_arrtype'>: 0, <type 'complex64_arrtype'>: 8, <type 'object_arrtype'>: 4, <type 'float32_arrtype'>: 4, <type 'uint8_arrtype'>: 1, <type 'complex128_arrtype'>: 16, <type 'int8_arrtype'>: 1, <type 'float64_arrtype'>: 8, <type 'uint32_arrtype'>: 4, <type 'uint16_arrtype'>: 2, <type 'float96_arrtype'>: 12, <type 'bool_arrtype'>: 1} from scipy.base.numerictypes (was {<type 'int64scalar'>: 8, <type 'int16scalar'>: 2, <type 'int8scalar'>: 1, <type 'unicodescalar'>: 0, <type 'objectscalar'>: 4, <type 'complex128scalar'>: 16, <type 'boolscalar'>: 1, <type 'complex64scalar'>: 8, <type 'float96scalar'>: 12, <type 'float64scalar'>: 8, <type 'uint32scalar'>: 4, <type 'int32scalar'>: 4, <type 'stringscalar'>: 0, <type 'uint32scalar'>: 4, <type 'complex192scalar'>: 24, <type 'int32scalar'>: 4, <type 'uint16scalar'>: 2, <type 'uint8scalar'>: 1, <type 'uint64scalar'>: 8, <type 'voidscalar'>: 0, <type 'float32scalar'>: 4} from numpy.core.numerictypes) Overwriting exp=<ufunc 'exp'> (was <ufunc 'exp'>) Overwriting arctanh=<ufunc 'arctanh'> (was <ufunc 'arctanh'>) Overwriting dot=<built-in function dot> from scipy.lib._dotblas (was <built-in function dot> from numpy.core._dotblas) Overwriting longfloat=<type 'float96_arrtype'> from __builtin__ (was <type 'float96scalar'> from __builtin__) Overwriting frexp=<ufunc 'frexp'> (was <ufunc 'frexp'>) Overwriting putmask=<function putmask at 0x00E0B8B0> from scipy.base.oldnumeric (was <function putmask at 0x00BD8B30> from numpy.core.oldnumeric) Overwriting swapaxes=<function swapaxes at 0x00E0B8F0> from scipy.base.oldnumeric (was <function swapaxes at 0x00BD8B70> from numpy.core.oldnumeric) Overwriting infty=1.#INF (was 1.#INF) Overwriting digitize=<built-in function digitize> from scipy.base._compiled_base (was <built-in function digitize> from numpy.lib._compiled_base) Overwriting NZERO=0.0 (was 0.0) Overwriting UFuncType=<type 'scipy.ufunc'> from scipy (was <type 'numpy.ufunc'> from numpy) Overwriting ceil=<ufunc 'ceil'> (was <ufunc 'ceil'>) Overwriting ones=<function ones at 0x00E0AA30> from scipy.base.numeric (was <function ones at 0x00BD3930> from numpy.core.numeric) Overwriting UfuncType=<type 'scipy.ufunc'> from scipy (was <type 'numpy.ufunc'> from numpy) Overwriting geterr=<function geterr at 0x00E0ABB0> from scipy.base.numeric (was <function geterr at 0x00BD3AB0> from numpy.core.numeric) Overwriting convolve=<function convolve at 0x00E05C70> from scipy.base.numeric (was <function convolve at 0x00BCC7F0> from numpy.core.numeric) Overwriting isreal=<function isreal at 0x00E15870> from scipy.base.type_check (was <function isreal at 0x00C963F0> from numpy.lib.type_check) Overwriting where=<built-in function where> from scipy.base.multiarray (was <built-in function where> from numpy.core.multiarray) Overwriting isfinite=<ufunc 'isfinite'> (was <ufunc 'isfinite'>) Overwriting argmax=<function argmax at 0x00E0B9F0> from scipy.base.oldnumeric (was <function argmax at 0x00BD8C70> from numpy.core.oldnumeric) Overwriting polyder=<function polyder at 0x00E6ABF0> from scipy.base.polynomial (was <function polyder at 0x00CAC1F0> from numpy.lib.polynomial) Overwriting isnan=<ufunc 'isnan'> (was <ufunc 'isnan'>) Overwriting NINF=-1.#INF (was -1.#INF) Overwriting sort_complex=<function sort_complex at 0x00E63A30> from scipy.base.function_base (was <function sort_complex at 0x00CA7270> from numpy.lib.function_base) Overwriting concatenate=<built-in function concatenate> from scipy.base.multiarray (was <built-in function concatenate> from numpy.core.multiarray) Overwriting vdot=<built-in function vdot> from scipy.lib._dotblas (was <built-in function vdot> from numpy.core._dotblas) Overwriting bincount=<built-in function bincount> from scipy.base._compiled_base (was <built-in function bincount> from numpy.lib._compiled_base) Overwriting transpose=<function transpose at 0x00E0B930> from scipy.base.oldnumeric (was <function transpose at 0x00BD8BB0> from numpy.core.oldnumeric) Overwriting array2string=<function array2string at 0x00E0A6F0> from scipy.base.arrayprint (was <function array2string at 0x00BD3270> from numpy.core.arrayprint) Overwriting vectorize=<class 'scipy.base.function_base.vectorize'> from scipy.base.function_base (was <class 'numpy.lib.function_base.vectorize'> from numpy.lib.function_base) Overwriting set_printoptions=<function set_printoptions at 0x00E0A5F0> from scipy.base.arrayprint (was <function set_printoptions at 0x00BD3170> from numpy.core.arrayprint) Overwriting trim_zeros=<function trim_zeros at 0x00E63A70> from scipy.base.function_base (was <function trim_zeros at 0x00CA72B0> from numpy.lib.function_base) Overwriting cos=<ufunc 'cos'> (was <ufunc 'cos'>) Overwriting float64=<type 'float64_arrtype'> from __builtin__ (was <type 'float64scalar'> from __builtin__) Overwriting ushort=<type 'uint16_arrtype'> from __builtin__ (was <type 'uint16scalar'> from __builtin__) Overwriting equal=<ufunc 'equal'> (was <ufunc 'equal'>) Overwriting cumprod=<function cumprod at 0x00E638F0> from scipy.base.function_base (was <function cumprod at 0x00BDD2F0> from numpy.core.oldnumeric) Overwriting float_=<type 'float64_arrtype'> from __builtin__ (was <type 'float64scalar'> from __builtin__) Overwriting vander=<function vander at 0x00E68370> from scipy.base.twodim_base (was <function vander at 0x00CA2EB0> from numpy.lib.twodim_base) Overwriting load=<function load at 0x00E0A9F0> from scipy.base.numeric (was <function load at 0x00BD3830> from numpy.core.numeric) Overwriting poly=<function poly at 0x00E6AB30> from scipy.base.polynomial (was <function poly at 0x00CAC130> from numpy.lib.polynomial) Overwriting bitwise_or=<ufunc 'bitwise_or'> (was <ufunc 'bitwise_or'>) Overwriting diff=<function diff at 0x00E63970> from scipy.base.function_base (was <function diff at 0x00CA71B0> from numpy.lib.function_base) Overwriting iterable=<function iterable at 0x00E63570> from scipy.base.function_base (was <function iterable at 0x00CA2F30> from numpy.lib.function_base) Overwriting array_split=<function array_split at 0x00E63370> from scipy.base.shape_base (was <function array_split at 0x00CA28B0> from numpy.lib.shape_base) Overwriting piecewise=<function piecewise at 0x00E636B0> from scipy.base.function_base (was <function piecewise at 0x00CA7070> from numpy.lib.function_base) Overwriting invert=<ufunc 'invert'> (was <ufunc 'invert'>) Overwriting UFUNC_PYVALS_NAME='UFUNC_PYVALS' (was 'UFUNC_PYVALS') Overwriting c_=<scipy.base.index_tricks.concatenator object at 0x00E14B70> from scipy.base.index_tricks (was <numpy.lib.index_tricks.concatenator object at 0x00C98230> from numpy.lib.index_tricks) Overwriting flexible=<type 'flexible_arrtype'> from __builtin__ (was <type 'flexiblescalar'> from __builtin__) Overwriting pi=3.1415926535897931 (was 3.1415926535897931) Overwriting empty=<built-in function empty> from scipy.base.multiarray (was <built-in function empty> from numpy.core.multiarray) Overwriting isposinf=<function isposinf at 0x00E15630> from scipy.base.ufunclike (was <function isposinf at 0x00C96230> from numpy.lib.ufunclike) Overwriting imag=<function imag at 0x00E157F0> from scipy.base.type_check (was <function imag at 0x00C96370> from numpy.lib.type_check) Overwriting apply_along_axis=<function apply_along_axis at 0x00E63070> from scipy.base.shape_base (was <function apply_along_axis at 0x00CA25F0> from numpy.lib.shape_base) Overwriting tanh=<ufunc 'tanh'> (was <ufunc 'tanh'>) Overwriting dstack=<function dstack at 0x00E632F0> from scipy.base.shape_base (was <function dstack at 0x00CA2830> from numpy.lib.shape_base) Overwriting cast={<type 'int64_arrtype'>: <function <lambda> at 0x00DEEBB0>, <type 'int16_arrtype'>: <function <lambda> at 0x00DEEBF0>, <type 'int32_arrtype'>: <function <lambda> at 0x00DEEC30>, <type 'unicode_arrtype'>: <function <lambda> at 0x00DEEC70>, <type 'uint32_arrtype'>: <function <lambda> at 0x00DEECB0>, <type 'int32_arrtype'>: <function <lambda> at 0x00DEECF0>, <type 'object_arrtype'>: <function <lambda> at 0x00DEEE70>, <type 'void_arrtype'>: <function <lambda> at 0x00DEED30>, <type 'uint64_arrtype'>: <function <lambda> at 0x00DEEDB0>, <type 'complex128_arrtype'>: <function <lambda> at 0x00DEEF30>, <type 'complex64_arrtype'>: <function <lambda> at 0x00DEEE30>, <type 'complex192_arrtype'>: <function <lambda> at 0x00DEED70>, <type 'float96_arrtype'>: <function <lambda> at 0x00E050B0>, <type 'float32_arrtype'>: <function <lambda> at 0x00DEEEB0>, <type 'uint8_arrtype'>: <function <lambda> at 0x00DEEEF0>, <type 'int8_arrtype'>: <function <lambda> at 0x00DEEF70>, <type 'float64_arrtype'>: <function <lambda> at 0x00DEEFB0>, <type 'uint32_arrtype'>: <function <lambda> at 0x00E05030>, <type 'uint16_arrtype'>: <function <lambda> at 0x00E05070>, <type 'string_arrtype'>: <function <lambda> at 0x00DEEDF0>, <type 'bool_arrtype'>: <function <lambda> at 0x00E050F0>} from scipy.base.numerictypes (was {<type 'int64scalar'>: <function <lambda> at 0x00BC6570>, <type 'int16scalar'>: <function <lambda> at 0x00BC65B0>, <type 'int8scalar'>: <function <lambda> at 0x00BC65F0>, <type 'objectscalar'>: <function <lambda> at 0x00BC6670>, <type 'stringscalar'>: <function <lambda> at 0x00BC6870>, <type 'complex128scalar'>: <function <lambda> at 0x00BC66B0>, <type 'boolscalar'>: <function <lambda> at 0x00BC66F0>, <type 'float64scalar'>: <function <lambda> at 0x00BC67B0>, <type 'uint32scalar'>: <function <lambda> at 0x00BC67F0>, <type 'int32scalar'>: <function <lambda> at 0x00BC6830>, <type 'complex64scalar'>: <function <lambda> at 0x00BC6730>, <type 'uint32scalar'>: <function <lambda> at 0x00BC68B0>, <type 'float96scalar'>: <function <lambda> at 0x00BC6770>, <type 'int32scalar'>: <function <lambda> at 0x00BC6930>, <type 'uint16scalar'>: <function <lambda> at 0x00BC6970>, <type 'unicodescalar'>: <function <lambda> at 0x00BC6630>, <type 'uint8scalar'>: <function <lambda> at 0x00BC69B0>, <type 'uint64scalar'>: <function <lambda> at 0x00BC69F0>, <type 'voidscalar'>: <function <lambda> at 0x00BC6A30>, <type 'complex192scalar'>: <function <lambda> at 0x00BC68F0>, <type 'float32scalar'>: <function <lambda> at 0x00BC6A70>} from numpy.core.numerictypes) Overwriting mgrid=<scipy.base.index_tricks.nd_grid object at 0x00E14AD0> from scipy.base.index_tricks (was <numpy.lib.index_tricks.nd_grid object at 0x00C981B0> from numpy.lib.index_tricks) Overwriting utils=<module 'scipy.base.utils' from 'c:\Python24\lib\site-packages\scipy\base\utils.pyc'> from c:\Python24\lib\site-packages\scipy\base\utils.pyc (was <module 'scipy.utils' from 'c:\Python24\lib\site-packages\scipy\utils\__init__.pyc'> from c:\Python24\lib\site-packages\scipy\utils\__init__.pyc) Overwriting longdouble=<type 'float96_arrtype'> from __builtin__ (was <type 'float96scalar'> from __builtin__) Overwriting ArrayType=<type 'scipy.ndarray'> from scipy (was <type 'numpy.ndarray'> from numpy) Overwriting signbit=<ufunc 'signbit'> (was <ufunc 'signbit'>) Overwriting conj=<ufunc 'conjugate'> (was <ufunc 'conjugate'>) Overwriting asmatrix=<function asmatrix at 0x00E65370> from scipy.base.matrix (was <function asmatrix at 0x00BDDBF0> from numpy.core.defmatrix) Overwriting floating=<type 'floating_arrtype'> from __builtin__ (was <type 'floatingscalar'> from __builtin__) Overwriting flatiter=<type 'scipy.flatiter'> from scipy (was <type 'numpy.flatiter'> from numpy) Overwriting bitwise_xor=<ufunc 'bitwise_xor'> (was <ufunc 'bitwise_xor'>) Overwriting fabs=<ufunc 'fabs'> (was <ufunc 'fabs'>) Overwriting generic=<type 'generic_arrtype'> from __builtin__ (was <type 'genericscalar'> from __builtin__) Overwriting reshape=<function reshape at 0x00E0B7B0> from scipy.base.oldnumeric (was <function reshape at 0x00BD8A30> from numpy.core.oldnumeric) Overwriting NaN=-1.#IND (was -1.#IND) Overwriting cross=<function cross at 0x00E05D70> from scipy.base.numeric (was <function cross at 0x00BCC8B0> from numpy.core.numeric) Overwriting sqrt=<ufunc 'sqrt'> (was <ufunc 'sqrt'>) Overwriting any=<function any at 0x00E0BDB0> from scipy.base.oldnumeric (was <function any at 0x00BDD0B0> from numpy.core.oldnumeric) Overwriting split=<function split at 0x00E633B0> from scipy.base.shape_base (was <function split at 0x00CA28F0> from numpy.lib.shape_base) Overwriting floor_divide=<ufunc 'floor_divide'> (was <ufunc 'floor_divide'>) Overwriting format_parser=<class scipy.base.records.format_parser at 0x00E94540> from scipy.base.records (was <class numpy.core.records.format_parser at 0x00BF3D20> from numpy.core.records) Overwriting binary_repr=<function binary_repr at 0x00E63030> from scipy.base.function_base (was <function binary_repr at 0x00BD35B0> from numpy.core.numeric) Overwriting flipud=<function flipud at 0x00E681B0> from scipy.base.twodim_base (was <function flipud at 0x00CA2CF0> from numpy.lib.twodim_base) Overwriting iscomplexobj=<function iscomplexobj at 0x00E158B0> from scipy.base.type_check (was <function iscomplexobj at 0x00C96430> from numpy.lib.type_check) Overwriting polydiv=<function polydiv at 0x00E6ADB0> from scipy.base.polynomial (was <function polydiv at 0x00CAC370> from numpy.lib.polynomial) Overwriting identity=<function identity at 0x00E0AA70> from scipy.base.numeric (was <function identity at 0x00BD3970> from numpy.core.numeric) Overwriting greater_equal=<ufunc 'greater_equal'> (was <ufunc 'greater_equal'>) Overwriting PINF=1.#INF (was 1.#INF) Overwriting less=<ufunc 'less'> (was <ufunc 'less'>) Overwriting UFUNC_BUFSIZE_DEFAULT=10000 (was 10000) Overwriting NAN=-1.#IND (was -1.#IND) Overwriting typeDict={0: <type 'bool_arrtype'>, 1: <type 'int8_arrtype'>, 2: <type 'uint8_arrtype'>, 3: <type 'int16_arrtype'>, 4: <type 'uint16_arrtype'>, 5: <type 'int32_arrtype'>, 6: <type 'uint32_arrtype'>, 7: <type 'int32_arrtype'>, 8: <type 'uint32_arrtype'>, 9: <type 'int64_arrtype'>, 10: <type 'uint64_arrtype'>, 11: <type 'float32_arrtype'>, 12: <type 'float64_arrtype'>, 13: <type 'float96_arrtype'>, 14: <type 'complex64_arrtype'>, 15: <type 'complex128_arrtype'>, 16: <type 'complex192_arrtype'>, 17: <type 'object_arrtype'>, 18: <type 'string_arrtype'>, 19: <type 'unicode_arrtype'>, 20: <type 'void_arrtype'>, 'unicode': <type 'unicode_arrtype'>, 'cfloat': <type 'complex64_arrtype'>, 'Int32': <type 'int32_arrtype'>, 'Complex192': <type 'complex192_arrtype'>, 'Complex64': <type 'complex64_arrtype'>, 'uint16': <type 'uint16_arrtype'>, 'c16': <type 'complex128_arrtype'>, 'float32': <type 'float32_arrtype'>, 'int32': <type 'int32_arrtype'>, 'D': <type 'complex128_arrtype'>, 'float96': <type 'float96_arrtype'>, 'H': <type 'uint16_arrtype'>, 'void': <type 'void_arrtype'>, 'unicode0': <type 'unicode_arrtype'>, 'L': <type 'uint32_arrtype'>, 'P': <type 'uint32_arrtype'>, 'void0': <type 'void_arrtype'>, 'd': <type 'float64_arrtype'>, 'h': <type 'int16_arrtype'>, 'l': <type 'int32_arrtype'>, 'p': <type 'int32_arrtype'>, 'Uint16': <type 'uint16_arrtype'>, 'object0': <type 'object_arrtype'>, 'complex64': <type 'complex64_arrtype'>, 'b1': <type 'bool_arrtype'>, 'Uint32': <type 'uint32_arrtype'>, 'String0': <type 'string_arrtype'>, 'ulonglong': <type 'uint64_arrtype'>, 'Uint8': <type 'uint8_arrtype'>, 'I': <type 'uint32_arrtype'>, 'uint32': <type 'uint32_arrtype'>, '?': <type 'bool_arrtype'>, 'Void0': <type 'void_arrtype'>, 'object': <type 'object_arrtype'>, 'G': <type 'complex192_arrtype'>, 'O': <type 'object_arrtype'>, 'S': <type 'string_arrtype'>, 'byte': <type 'int8_arrtype'>, 'g': <type 'float96_arrtype'>, 'float64': <type 'float64_arrtype'>, 'ushort': <type 'uint16_arrtype'>, 'U': <type 'unicode_arrtype'>, 'cdouble': <type 'complex128_arrtype'>, 'uintp': <type 'uint32_arrtype'>, 'float': <type 'float32_arrtype'>, 'Bool8': <type 'bool_arrtype'>, 'bool8': <type 'bool_arrtype'>, 'intp': <type 'int32_arrtype'>, 'u8': <type 'uint64_arrtype'>, 'Float96': <type 'float96_arrtype'>, 'u4': <type 'uint32_arrtype'>, 'Unicode0': <type 'unicode_arrtype'>, 'u1': <type 'uint8_arrtype'>, 'complex128': <type 'complex128_arrtype'>, 'long': <type 'int32_arrtype'>, 'u2': <type 'uint16_arrtype'>, 'f8': <type 'float64_arrtype'>, 'ubyte': <type 'uint8_arrtype'>, 'Int8': <type 'int8_arrtype'>, 'Uint64': <type 'uint64_arrtype'>, 'complex192': <type 'complex192_arrtype'>, 'B': <type 'uint8_arrtype'>, 'F': <type 'complex64_arrtype'>, 'uint8': <type 'uint8_arrtype'>, 'c8': <type 'complex64_arrtype'>, 'Int64': <type 'int64_arrtype'>, 'V': <type 'void_arrtype'>, 'int8': <type 'int8_arrtype'>, 'uint64': <type 'uint64_arrtype'>, 'b': <type 'int8_arrtype'>, 'c24': <type 'complex192_arrtype'>, 'f': <type 'float32_arrtype'>, 'double': <type 'float64_arrtype'>, 'clongdouble': <type 'complex192_arrtype'>, 'f12': <type 'float96_arrtype'>, 'f4': <type 'float32_arrtype'>, 'int': <type 'int32_arrtype'>, 'longdouble': <type 'float96_arrtype'>, 'Complex128': <type 'complex128_arrtype'>, 'string': <type 'string_arrtype'>, 'q': <type 'int64_arrtype'>, 'Int16': <type 'int16_arrtype'>, 'Float64': <type 'float64_arrtype'>, 'bool': <type 'bool_arrtype'>, 'Float32': <type 'float32_arrtype'>, 'string0': <type 'string_arrtype'>, 'longlong': <type 'int64_arrtype'>, 'i8': <type 'int64_arrtype'>, 'int16': <type 'int16_arrtype'>, 'ulong': <type 'uint32_arrtype'>, 'i1': <type 'int8_arrtype'>, 'i2': <type 'int16_arrtype'>, 'i4': <type 'int32_arrtype'>, 'Q': <type 'uint64_arrtype'>, 'uint': <type 'uint32_arrtype'>, 'short': <type 'int16_arrtype'>, 'i': <type 'int32_arrtype'>, 'Object0': <type 'object_arrtype'>, 'int64': <type 'int64_arrtype'>} (was {0: <type 'boolscalar'>, 1: <type 'int8scalar'>, 2: <type 'uint8scalar'>, 3: <type 'int16scalar'>, 4: <type 'uint16scalar'>, 5: <type 'int32scalar'>, 6: <type 'uint32scalar'>, 7: <type 'int32scalar'>, 8: <type 'uint32scalar'>, 9: <type 'int64scalar'>, 10: <type 'uint64scalar'>, 11: <type 'float32scalar'>, 12: <type 'float64scalar'>, 13: <type 'float96scalar'>, 14: <type 'complex64scalar'>, 15: <type 'complex128scalar'>, 16: <type 'complex192scalar'>, 17: <type 'objectscalar'>, 18: <type 'stringscalar'>, 19: <type 'unicodescalar'>, 20: <type 'voidscalar'>, 'cfloat': <type 'complex128scalar'>, 'longfloat': <type 'float96scalar'>, 'Int32': <type 'int32scalar'>, 'unicode_': <type 'unicodescalar'>, 'uint16': <type 'uint16scalar'>, 'c16': <type 'complex128scalar'>, 'float32': <type 'float32scalar'>, 'int32': <type 'int32scalar'>, 'D': <type 'complex128scalar'>, 'float96': <type 'float96scalar'>, 'H': <type 'uint16scalar'>, 'void': <type 'voidscalar'>, 'unicode0': <type 'unicodescalar'>, 'L': <type 'uint32scalar'>, 'P': <type 'uint32scalar'>, 'void0': <type 'voidscalar'>, 'd': <type 'float64scalar'>, 'h': <type 'int16scalar'>, 'l': <type 'int32scalar'>, 'p': <type 'int32scalar'>, 'object0': <type 'objectscalar'>, 'complex64': <type 'complex64scalar'>, 'b1': <type 'boolscalar'>, 'String0': <type 'stringscalar'>, 'ulonglong': <type 'uint64scalar'>, 'i1': <type 'int8scalar'>, 'uint32': <type 'uint32scalar'>, '?': <type 'boolscalar'>, 'Void0': <type 'voidscalar'>, 'G': <type 'complex192scalar'>, 'O': <type 'objectscalar'>, 'UInt8': <type 'uint8scalar'>, 'S': <type 'stringscalar'>, 'byte': <type 'int8scalar'>, 'UInt64': <type 'uint64scalar'>, 'g': <type 'float96scalar'>, 'float64': <type 'float64scalar'>, 'ushort': <type 'uint16scalar'>, 'float_': <type 'float64scalar'>, 'U': <type 'unicodescalar'>, 'object_': <type 'objectscalar'>, 'complex_': <type 'complex128scalar'>, 'cdouble': <type 'complex128scalar'>, 'uintp': <type 'uint32scalar'>, 'intc': <type 'int32scalar'>, 'csingle': <type 'complex64scalar'>, 'bool8': <type 'boolscalar'>, 'Bool': <type 'boolscalar'>, 'intp': <type 'int32scalar'>, 'uintc': <type 'uint32scalar'>, 'u8': <type 'uint64scalar'>, 'Float96': <type 'float96scalar'>, 'u4': <type 'uint32scalar'>, 'int_': <type 'int32scalar'>, 'Unicode0': <type 'unicodescalar'>, 'u1': <type 'uint8scalar'>, 'complex128': <type 'complex128scalar'>, 'u2': <type 'uint16scalar'>, 'f8': <type 'float64scalar'>, 'ubyte': <type 'uint8scalar'>, 'Int8': <type 'int8scalar'>, 'complex192': <type 'complex192scalar'>, 'B': <type 'uint8scalar'>, 'uint0': <type 'uint32scalar'>, 'F': <type 'complex64scalar'>, 'bool_': <type 'boolscalar'>, 'uint8': <type 'uint8scalar'>, 'c8': <type 'complex64scalar'>, 'Int64': <type 'int64scalar'>, 'int0': <type 'int32scalar'>, 'V': <type 'voidscalar'>, 'int8': <type 'int8scalar'>, 'uint64': <type 'uint64scalar'>, 'b': <type 'int8scalar'>, 'c24': <type 'complex192scalar'>, 'f': <type 'float32scalar'>, 'double': <type 'float64scalar'>, 'UInt32': <type 'uint32scalar'>, 'clongdouble': <type 'complex192scalar'>, 'f12': <type 'float96scalar'>, 'f4': <type 'float32scalar'>, 'longdouble': <type 'float96scalar'>, 'single': <type 'float32scalar'>, 'string': <type 'stringscalar'>, 'q': <type 'int64scalar'>, 'Int16': <type 'int16scalar'>, 'Float64': <type 'float64scalar'>, 'UInt16': <type 'uint16scalar'>, 'Float32': <type 'float32scalar'>, 'string0': <type 'stringscalar'>, 'longlong': <type 'int64scalar'>, 'i8': <type 'int64scalar'>, 'int16': <type 'int16scalar'>, 'str_': <type 'stringscalar'>, 'I': <type 'uint32scalar'>, 'i2': <type 'int16scalar'>, 'i4': <type 'int32scalar'>, 'Q': <type 'uint64scalar'>, 'uint': <type 'uint32scalar'>, 'short': <type 'int16scalar'>, 'i': <type 'int32scalar'>, 'clongfloat': <type 'complex192scalar'>, 'Object0': <type 'objectscalar'>, 'int64': <type 'int64scalar'>}) Overwriting shape=<function shape at 0x00E0BBF0> from scipy.base.oldnumeric (was <function shape at 0x00BD8EB0> from numpy.core.oldnumeric) Overwriting setbufsize=<function setbufsize at 0x00E0ABF0> from scipy.base.numeric (was <function setbufsize at 0x00BD3AF0> from numpy.core.numeric) Overwriting cfloat=<type 'complex128_arrtype'> from __builtin__ (was <type 'complex128scalar'> from __builtin__) Overwriting uintp=<type 'uint32_arrtype'> from __builtin__ (was <type 'uint32scalar'> from __builtin__) Overwriting isscalar=<function isscalar at 0x00E15770> from scipy.base.type_check (was <function isscalar at 0x00BD3570> from numpy.core.numeric) Overwriting character=<type 'character_arrtype'> from __builtin__ (was <type 'characterscalar'> from __builtin__) Overwriting bigndarray=<type 'scipy.bigndarray'> from scipy (was <type 'numpy.bigndarray'> from numpy) Overwriting add=<ufunc 'add'> (was <ufunc 'add'>) Overwriting uint16=<type 'uint16_arrtype'> from __builtin__ (was <type 'uint16scalar'> from __builtin__) Overwriting ufunc=<type 'scipy.ufunc'> from scipy (was <type 'numpy.ufunc'> from numpy) Overwriting ravel=<function ravel at 0x00E0BB70> from scipy.base.oldnumeric (was <function ravel at 0x00BD8E30> from numpy.core.oldnumeric) Overwriting float32=<type 'float32_arrtype'> from __builtin__ (was <type 'float32scalar'> from __builtin__) Overwriting real=<function real at 0x00E157B0> from scipy.base.type_check (was <function real at 0x00C96330> from numpy.lib.type_check) Overwriting int32=<type 'int32_arrtype'> from __builtin__ (was <type 'int32scalar'> from __builtin__) Overwriting around=<function round_ at 0x00E63CF0> from scipy.base.function_base (was <function round_ at 0x00BDD3F0> from numpy.core.oldnumeric) Overwriting complex_=<type 'complex128_arrtype'> from __builtin__ (was <type 'complex128scalar'> from __builtin__) Overwriting issubclass_=<function issubclass_ at 0x00E97DB0> from scipy.base.utils (was <function issubclass_ at 0x00CAF0F0> from numpy.lib.utils) Overwriting atleast_3d=<function atleast_3d at 0x00E631F0> from scipy.base.shape_base (was <function atleast_3d at 0x00CA2730> from numpy.lib.shape_base) Overwriting isneginf=<function isneginf at 0x00E15670> from scipy.base.ufunclike (was <function isneginf at 0x00C96270> from numpy.lib.ufunclike) Overwriting integer=<type 'integer_arrtype'> from __builtin__ (was <type 'integerscalar'> from __builtin__) Overwriting unique=<function unique at 0x00E63AB0> from scipy.base.function_base (was <function unique at 0x00CA72F0> from numpy.lib.function_base) Overwriting mod=<ufunc 'remainder'> (was <ufunc 'remainder'>) Overwriting insert=<function insert at 0x00E63B30> from scipy.base.function_base (was <function insert at 0x00CA7370> from numpy.lib.function_base) Overwriting getbufsize=<function getbufsize at 0x00E0AC30> from scipy.base.numeric (was <function getbufsize at 0x00BD3B30> from numpy.core.numeric) Overwriting arange=<built-in function arange> from scipy.base.multiarray (was <built-in function arange> from numpy.core.multiarray) Overwriting asarray_chkfinite=<function asarray_chkfinite at 0x00E63670> from scipy.base.function_base (was <function asarray_chkfinite at 0x00CA7030> from numpy.lib.function_base) Overwriting hypot=<ufunc 'hypot'> (was <ufunc 'hypot'>) Overwriting logical_and=<ufunc 'logical_and'> (was <ufunc 'logical_and'>) Overwriting get_printoptions=<function get_printoptions at 0x00E0A630> from scipy.base.arrayprint (was <function get_printoptions at 0x00BD31B0> from numpy.core.arrayprint) Overwriting nonzero=<function nonzero at 0x00E0BBB0> from scipy.base.oldnumeric (was <function nonzero at 0x00BD8E70> from numpy.core.oldnumeric) Overwriting polysub=<function polysub at 0x00E6ACF0> from scipy.base.polynomial (was <function polysub at 0x00CAC2F0> from numpy.lib.polynomial) Overwriting fromfile=<built-in function fromfile> from scipy.base.multiarray (was <built-in function fromfile> from numpy.core.multiarray) Overwriting prod=<function prod at 0x00E638B0> from scipy.base.function_base (was <function prod at 0x00BDD2B0> from numpy.core.oldnumeric) Overwriting nanmax=<function nanmax at 0x00E63C30> from scipy.base.function_base (was <function nanmax at 0x00CA7470> from numpy.lib.function_base) Overwriting modf=<ufunc 'modf'> (was <ufunc 'modf'>) Overwriting hstack=<function hstack at 0x00E63270> from scipy.base.shape_base (was <function hstack at 0x00CA27B0> from numpy.lib.shape_base) Overwriting subtract=<ufunc 'subtract'> (was <ufunc 'subtract'>) Overwriting frombuffer=<built-in function frombuffer> from scipy.base.multiarray (was <built-in function frombuffer> from numpy.core.multiarray) Overwriting iscomplex=<function iscomplex at 0x00E15830> from scipy.base.type_check (was <function iscomplex at 0x00C963B0> from numpy.lib.type_check) Overwriting argsort=<function argsort at 0x00E0B9B0> from scipy.base.oldnumeric (was <function argsort at 0x00BD8C30> from numpy.core.oldnumeric) Overwriting arcsinh=<ufunc 'arcsinh'> (was <ufunc 'arcsinh'>) Overwriting intc=<type 'int32_arrtype'> from __builtin__ (was <type 'int32scalar'> from __builtin__) Overwriting ix_=<function ix_ at 0x00E68130> from scipy.base.index_tricks (was <function ix_ at 0x00CA2030> from numpy.lib.index_tricks) Overwriting Infinity=1.#INF (was 1.#INF) Overwriting log=<ufunc 'log'> (was <ufunc 'log'>) Overwriting cdouble=<type 'complex128_arrtype'> from __builtin__ (was <type 'complex128scalar'> from __builtin__) Overwriting complex128=<type 'complex128_arrtype'> from __builtin__ (was <type 'complex128scalar'> from __builtin__) Overwriting round_=<function round_ at 0x00E63CF0> from scipy.base.function_base (was <function round_ at 0x00BDD3F0> from numpy.core.oldnumeric) Overwriting inner=<built-in function inner> from scipy.lib._dotblas (was <built-in function inner> from numpy.core._dotblas) Overwriting int_=<type 'int32_arrtype'> from __builtin__ (was <type 'int32scalar'> from __builtin__) Overwriting log10=<ufunc 'log10'> (was <ufunc 'log10'>) Overwriting matrixmultiply=<built-in function dot> from scipy.base.multiarray (was <built-in function dot> from numpy.core.multiarray) Overwriting unwrap=<function unwrap at 0x00E639F0> from scipy.base.function_base (was <function unwrap at 0x00CA7230> from numpy.lib.function_base) Overwriting histogram=<function histogram at 0x00E635B0> from scipy.base.function_base (was <function histogram at 0x00CA2F70> from numpy.lib.function_base) Overwriting int0=<type 'int32_arrtype'> from __builtin__ (was <type 'int32scalar'> from __builtin__) Overwriting squeeze=<function squeeze at 0x00E63130> from scipy.base.shape_base (was <function squeeze at 0x00BD8D70> from numpy.core.oldnumeric) Overwriting int8=<type 'int8_arrtype'> from __builtin__ (was <type 'int8scalar'> from __builtin__) Overwriting seterr=<function seterr at 0x00E0AB70> from scipy.base.numeric (was <function seterr at 0x00BD3A70> from numpy.core.numeric) Overwriting argmin=<function argmin at 0x00E0BA30> from scipy.base.oldnumeric (was <function argmin at 0x00BD8CB0> from numpy.core.oldnumeric) Overwriting maximum=<ufunc 'maximum'> (was <ufunc 'maximum'>) Overwriting record=<class 'scipy.base.records.record'> from scipy.base.records (was <class 'numpy.core.records.record'> from numpy.core.records) Overwriting clongdouble=<type 'complex192_arrtype'> from __builtin__ (was <type 'complex192scalar'> from __builtin__) Overwriting isrealobj=<function isrealobj at 0x00E158F0> from scipy.base.type_check (was <function isrealobj at 0x00C96470> from numpy.lib.type_check) Overwriting arccosh=<ufunc 'arccosh'> (was <ufunc 'arccosh'>) Overwriting tril=<function tril at 0x00E682F0> from scipy.base.twodim_base (was <function tril at 0x00CA2E30> from numpy.lib.twodim_base) Overwriting char=<module 'scipy.base.chararray' from 'c:\Python24\lib\site-packages\scipy\base\chararray.pyc'> from c:\Python24\lib\site-packages\scipy\base\chararray.pyc (was <module 'numpy.core.defchararray' from 'c:\Python24\lib\site-packages\numpy\core\defchararray.pyc'> from c:\Python24\lib\site-packages\numpy\core\defchararray.pyc) Overwriting single=<type 'float32_arrtype'> from __builtin__ (was <type 'float32scalar'> from __builtin__) Overwriting ScalarType=(<type 'int'>, <type 'float'>, <type 'complex'>, <type 'long'>, <type 'bool'>, <type 'str'>, <type 'unicode'>, <type 'buffer'>, <type 'int64_arrtype'>, <type 'int16_arrtype'>, <type 'int32_arrtype'>, <type 'unicode_arrtype'>, <type 'uint32_arrtype'>, <type 'int32_arrtype'>, <type 'void_arrtype'>, <type 'complex192_arrtype'>, <type 'uint64_arrtype'>, <type 'string_arrtype'>, <type 'complex64_arrtype'>, <type 'object_arrtype'>, <type 'float32_arrtype'>, <type 'uint8_arrtype'>, <type 'complex128_arrtype'>, <type 'int8_arrtype'>, <type 'float64_arrtype'>, <type 'uint32_arrtype'>, <type 'uint16_arrtype'>, <type 'float96_arrtype'>, <type 'bool_arrtype'>) (was (<type 'int'>, <type 'float'>, <type 'complex'>, <type 'long'>, <type '
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
Jelle Feringa / EZCT Architecture & Design Research wrote:
Dear Group,
I'm having some issues running scipy 0.4.6 / numpy 0.9.5, which are hard to comprehend for me. Perhaps someone is able to inform me what is going wrong here. I've tried installing numpy 0.9.6, and scipy failed to load when 0.9.6 was installed. I referred back to 0.9.5 and am getting the following errors (see end of mail). Am I making a serious mistake here setting up scipy/numpy or is this the current state of affairs?
Did you remove scipy completely and then re-install? or did you try to install over the existing version?
Also I've been experimenting with the Delaunay module. I've been able to compile it using Mike Fletchers setup: http://www.vrplumber.com/programming/mstoolkit/ Its really a wonderful addition to scipy and compiles perfectly out of the box. Thanks so much for the effort.
Excellent! You're welcome. -- Robert Kern robert.kern@gmail.com "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
participants (2)
-
Jelle Feringa / EZCT Architecture & Design Research
-
Robert Kern