[SciPy-dev] Import strategy

Nils Wagner nwagner at mecha.uni-stuttgart.de
Mon Jan 9 04:54:28 EST 2006


Pearu Peterson wrote:
>On Mon, 9 Jan 2006, Nils Wagner wrote:
>
>  
>>Hi all,
>>
>>I am still confused by the new import method.
>>Who can explain the difference between the "old" core/scipy and the
>>latest numpy/scipy ?
>>And where can I find some documentation wrt this topic ?
>>    
>
>See scipy.pkgload.__doc__.
>
>  
>>In the past I have simply used
>>
>>from scipy import *.
>>
>>How should I modify my programs such that I can still use
>>
>>linalg.inv
>>linalg.signm etc.
>>    
>
>You still can use simple
>
>   from scipy import *
>
>to get all symbols that scipy packages provide + numpy symbols. If not, 
>then it is a bug.
>
>Pearu
>
>_______________________________________________
>Scipy-dev mailing list
>Scipy-dev at scipy.net
>http://www.scipy.net/mailman/listinfo/scipy-dev
>  
And how can I suspend all the messages beginning with Overwriting ... ?

Nils




More information about the SciPy-Dev mailing list