Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error while trying to use the plugin #2

Open
fsdias opened this issue Feb 24, 2016 · 1 comment
Open

Python error while trying to use the plugin #2

fsdias opened this issue Feb 24, 2016 · 1 comment

Comments

@fsdias
Copy link

fsdias commented Feb 24, 2016

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?

screenshot from 2016-02-24 10 40 06

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

@riccardoklinger
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants