You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a python error with these settings. I'm on Ubuntu 14.04 and installed python setuptools and flickrapi as recommended in the instructions. Am I doing something wrong?
An error has occurred while executing Python code:
AttributeError: 'function' object has no attribute 'search'
Traceback (most recent call last):
File "/home/fd/.qgis2/python/plugins/flickr2qgis/flickr2qgis.py", line 284, in run
json = flickr.photos.search(lon=lon, lat=lat, radius=radius, has_geo=1, radius_units=radius_units, per_page=maxnum, max_upload_date=enddate, min_upload_date=startdate, text=keywords)
AttributeError: 'function' object has no attribute 'search'
At the moment we have no "save" place implemented. the shapefile will be stored in the tmp folder of your system by default. we need to add this in a while. Does anyone would like to help?
I'm getting a python error with these settings. I'm on Ubuntu 14.04 and installed python setuptools and flickrapi as recommended in the instructions. Am I doing something wrong?
An error has occurred while executing Python code:
AttributeError: 'function' object has no attribute 'search'
Traceback (most recent call last):
File "/home/fd/.qgis2/python/plugins/flickr2qgis/flickr2qgis.py", line 284, in run
json = flickr.photos.search(lon=lon, lat=lat, radius=radius, has_geo=1, radius_units=radius_units, per_page=maxnum, max_upload_date=enddate, min_upload_date=startdate, text=keywords)
AttributeError: 'function' object has no attribute 'search'
Python version: 2.7.6 (default, Jun 22 2015, 18:01:27) [GCC 4.8.2]
QGIS version: 2.13.0-Master Master, exported
Python Path:
/home/fd/.qgis2/python/plugins/postgis_geoprocessing
/home/fd/.qgis2/python/plugins/processing
/home/fd/.qgis2/python/plugins/ntv2_transformations
/usr/share/qgis/python
/home/fd/.qgis2/python
/home/fd/.qgis2/python/plugins
/usr/share/qgis/python/plugins
/usr/lib/pymodules/python2.7
/usr/lib/python2.7
/usr/lib/python2.7/plat-x86_64-linux-gnu
/usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old
/usr/lib/python2.7/lib-dynload
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PILcompat
/usr/lib/python2.7/dist-packages/gtk-2.0
/usr/lib/python2.7/dist-packages/ubuntu-sso-client
/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode
/home/fd/.qgis2//python
/usr/share/qgis/python/plugins/fTools/tools
/media/fd/Dados/FilipeTrabalho/WWF/CandidaturaELO
The text was updated successfully, but these errors were encountered: