Agustin Lobo wrote: > > Is there any other help system? > I'm not sure it is a whole lot better, but: ------------------------------- from pydoc import help import scipy help(scipy) -------------------------------