help(pylast)

66 views
Skip to first unread message

matias

unread,
Aug 15, 2010, 2:54:49 AM8/15/10
to pylast
Hiii! Im new here.
Im testing pylast and works! But i cant read the documentation because
when i run the command in the python interpreter: help(pylast) the
shell output this:

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

Anybody knows why?
Im runing Ubuntu 10.04 and python 2.6.5.

Thanks!

Dan Davison

unread,
Aug 15, 2010, 1:27:38 PM8/15/10
to pyl...@googlegroups.com
matias <matias.b...@gmail.com> writes:

> Hiii! Im new here.
> Im testing pylast and works! But i cant read the documentation because
> when i run the command in the python interpreter: help(pylast) the
> shell output this:
>
>>>> help(pylast)
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> NameError: name 'pylast' is not defined
>
> Anybody knows why?

It looks like you have not imported pylast correctly. Have you evaluated
a line like:

import pylast

?

Dan

Reply all
Reply to author
Forward
0 new messages