alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

photosets getPhotosets issue #39

Closed sharathchandra92 closed 10 years ago

sharathchandra92 commented 10 years ago

Hi I get the following error:

photosets=user.getPhotosets() photos=photosets.getPhotos() Traceback (most recent call last): File "", line 1, in AttributeError: 'FlickrList' object has no attribute 'getPhotos'

alexis-mignon commented 10 years ago

Hello,

You first retrieve a list of photosets. You have to loop on it to get the photos of each photo set individually.

Best regards

Alexis Le 27 mars 2014 15:24, "Sharath Chandra Guntuku" notifications@github.com a écrit :

Hi I get the following error:

Reply to this email directly or view it on GitHubhttps://github.com/alexis-mignon/python-flickr-api/issues/39 .