geodrinx / gearthview

GEarthView plugin for QGis
GNU General Public License v3.0
12 stars 7 forks source link

Gearthview is not working installed on server #14

Open jdlom opened 7 years ago

jdlom commented 7 years ago

Gearthview is installed on server.

The searchPathForPlugins variable is defined in QGIS2.ini.

When I'm trying to run ge, I get an error :

IOError: [Errno 2] No such file or directory: u'C:/Users/x.x/.qgis2/python/plugins/gearthview/temp/doc.kml'

I have no python/plugins/ folder.

geodrinx commented 7 years ago

What do you intended with: "Gearthview is installed on server." ? Which "server" ? GEarthView only works on QGIS 2.x desktop program.
Could you please explain better what is your platform ?

jdlom commented 7 years ago

Sorry, we are using QGIS desktop 2.18. But I have set the QGIS_PLUGIN_PATH variable to change the location of the plugin path folder. It is possible to define many path to load plugin in qgis. The plugin path by default is in .qgis2/python/plugin but not necessary.

We have installed Gearthview plugin on fileserver in a folder where user has no write permission. Some users have no .qgis2/python/plugins folder, that's why IOError is raised.

Best regards,