[GIS] GEarthView plugin doesn’t work

qgisqgis-plugins

I'm trying to install the GEarthView plugin but without success. The following message pops up after installation:

"No module named zope.interface"

What is the problem?

QGIS 2.6.0
Windows7 (64Bit)

Best Answer

There is a big advice Install, before, the following python libraries: twisted\ Twisted-13.0.0-py2.7-win32 ( https://pypi.python.org/pypi/Twisted/13.0.0 ) zope\ zope.interface-3.6.0-py2.7-win32 ( https://pypi.python.org/pypi/zope.interface/3.6.0 )in the plugin window.

Unfortunately, there is no package of zope.interface-3.6.0 for Python 2.7, which QGIS uses. You may try newer versions of zope.interface that support Python 2.7 as well:

https://pypi.python.org/pypi/zope.interface/3.6.7

up to

https://pypi.python.org/pypi/zope.interface/4.1.2

See also https://github.com/geodrinx/gearthview/issues/1

Related Question