opengisch / qgis-swiss-locator

Swiss Geoadmin layer and feature search for QGIS 3
https://www.opengis.ch/2024/06/25/swiss-locator-plugin-3-0-is-here-with-exciting-features/
GNU General Public License v3.0
12 stars 4 forks source link

lxml not by default on windows #17

Closed 3nids closed 3 years ago

3nids commented 3 years ago

Some windows users are reporting that lxml is missing. Any chance to use the system ElementTree: https://docs.python.org/3/library/xml.etree.elementtree.html

They seem to be compatible: https://lxml.de/1.3/compatibility.html

ping @danjov this was added in #13

3nids commented 3 years ago

image

danjov commented 3 years ago

@3nids Thanks for reporting. We'll take a look into it and replace lxml with ElementTree.

3nids commented 3 years ago

Thanks!