LabWINC wrote:

> If i type help scipy.filter it give me an error
> 
> help scipy.filter
>   File "<input>", line 1
>     help scipy.filter
>              ^
> SyntaxError: invalid syntax

You need parentheses:

help(scipy.filter)

-- 
Steve Juranich
Tucson, AZ
USA

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to