EOX-A / QgsWcsClient2

A QGis WCS2.0/EO-WCS Plugin
Other
3 stars 3 forks source link

lxml error #4

Closed lottaa closed 9 years ago

lottaa commented 9 years ago

The following error appears whether I will load the plugin:

"The plugin depends on some components missing on your system. You need to install the following Python module in order to enable it: lxml"

I use QGIS 2.0.1-Dufour

eox-cs1 commented 9 years ago

HI,

While under (most?) Linuxes the Python installation provides the lxml module by default, under windows and MacOS this is not the case. Sorry, I wasn't aware of that. You need to install the python lxml-module manually (under Linux this would be done using eg. using pypi, easy-install, or pip; for Windows see -> https://pypi.python.org/pypi/lxml/3.4.0; for MacOS see -> try something like: port install py25-lxml) If you don't have a full Python installed the also see -> http://gis.stackexchange.com/questions/31273/installing-module-in-embeded-python-in-qgis