>>>user.get_shouts()
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/pylast.py", line 3022, in
get_shouts
for node in _collect_nodes(limit, self, "user.getShouts", False):
File "/usr/local/lib/python2.6/dist-packages/pylast.py", line 3384, in
_collect_nodes
raise Exception("No total pages attribute")
Exception: No total pages attribute
Am I doing something wrong? Have I neglected to initialize the right
object before making this call?
Please help, I'm on the verge of completing my first useful piece of
software and this is holding me back.
-- Amr
> --
> You received this message because you are subscribed to the pylast mailing list.
> To post to this mailing list, send email to pyl...@googlegroups.com
> To unsubscribe from this group, send email to
> pylast+un...@googlegroups.com
> pylast is a python wrapper around last.fm's api. the project is hosted at http://code.google.com/p/pylast/ and the mailing list/group is at http://groups.google.com/group/pylast