[Tutor] help() fails

alan.gauld@bt.com alan.gauld@bt.com
Fri Mar 28 13:11:00 2003


> >>> help()
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   NameError: name 'help' is not defined

What Python version - look in the interactive window.
If its before 2.2.2 I believe you had to import help 
from somewhere - help maybe?

Alan G.