LaurentCR / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Two Library's methods raise exceptions #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In version "0.3 alpha", Library.is_end_of_albums() and
Library.get_albums_page() are broken because you are trying to access the
wrong api methods ("library.get_albums" instead of "library.getAlbums").
Diff attached.

And you should rename the "setup" file to "setup.py", so distutils and
setuptools can find it...
$ PYTHONPATH=/tmp/pylast-test; mkdir -p "$PYTHONPATH"; easy_install
--install-dir "$PYTHONPATH"
http://pylast.googlecode.com/files/pylast-0.3.0a.tar.gz
Creating /tmp/pylast-test/site.py
Downloading http://pylast.googlecode.com/files/pylast-0.3.0a.tar.gz
Processing pylast-0.3.0a.tar.gz
error: Couldn't find a setup script in
/tmp/easy_install-KbFrJ2/pylast-0.3.0a.tar.gz

Original issue reported on code.google.com by cesar.ga...@gmail.com on 4 Feb 2009 at 5:57

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in the trunk.

Original comment by amr.hassan on 4 Feb 2009 at 7:02