[Numpy-discussion] Re: ImportError

Todd Miller jmiller at stsci.edu
Fri Jan 7 13:06:18 EST 2005


On Fri, 2005-01-07 at 07:27, René Bastian wrote:
> Le Vendredi  7 Janvier 2005 12:54, René Bastian a écrit :
> > Hi,
> >
> > I use python2.4+numarray1.1.1.
> >
> > import numarray.convolve as conv
> >
> > produces an ImportError : No module named convolve
> >
> > Can you help me ?
> 
> This is the error message :
> 
> Traceback (most recent call last):
>   File "afolia01.py", line 11, in ?
>     from filtres import *
>   File "/home/rbastian/pythoneon/Filtres/filtres.py", line 5, in ?
>     #--------------------------
> ImportError: No module named convolve
> 
> The line 5 is an commented line !

Show us maybe the first 10 lines of filtres.py.







More information about the NumPy-Discussion mailing list