[Qgis-developer] plugins installer

Paolo Cavallini cavallini at faunalia.it
Sun Dec 16 15:07:36 EST 2007


Paolo Cavallini ha scritto:
> Hi all.
> Testing the (very nice) python plugin installer (fresh qgis from svn), I
> get an error:
> Failed to unzip file to /home/paolo/.qgis//python/plugins ... check
> permissions

I was wrong: the problem was the missing /python/plugins dir. Mkdir
solved the error.
After that I got:

Couldn't load plugin "geocode"
...
ImportError: No module named geocode

easy to solve (http://exogen.case.edu/projects/geopy/), with:

easy_install geopy
python
>>> from geopy import geocoders

Perhaps this could be shown as a hint for first-time users?
All the best.
pc
-- 
Paolo Cavallini, see: http://www.faunalia.it/pc



More information about the Qgis-developer mailing list