[SciPy-User] (no subject)

Nadav Horesh nadavh at visionsense.com
Wed Nov 24 12:51:56 EST 2010


My mistake was that I did not restart python3 after fixing line 6 of scipy/signal/fir_filter_design.py.
This line should be corrected to:

from . import sigtools


Thank you very much,

  Nadav

> Mon, 22 Nov 2010 03:56:38 -0800, Nadav Horesh wrote:
> [clip]
> > from scipy.signal import sigtools
> > 
> > but then I got the error:
> > 
> >   File "/usr/lib64/python3.1/site-packages/scipy/signal/__init__.py",
> >   line 7, in <module>
> >     from . import sigtools
> > ImportError: cannot import name sigtools
> > 
> > I do not know how to fix this. Any ideas?
> 
> rm -rf build
> 
> and try again? The 2to3 process breaks if you interrupt it.
> 
> -- 
> Pauli Virtanen


More information about the SciPy-User mailing list