On Wed, 26 Oct 2005, Nils Wagner wrote: > How can I obtain information about the installed version of newscipy ? > >>>> scipy.base.__version__ > '0.4.3.1354' > > yields the current version of newcore. With recent newcore use In [1]: import scipy In [2]: scipy.__core_version__ Out[2]: '0.4.3.1356' In [3]: scipy.__scipy_version__ Out[3]: '0.4.2_1371' Pearu