Bug report #12331
plugin load error utils.py line 478
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | - | ||
| Category: | PyQGIS Console | ||
| Affected QGIS version: | 2.8.1 | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 20509 |
Description
After i upgraded to version 2.8.1 on windows, some plugin not work with this error
from lxml.etree import fromstring, tostring, Element, _Element
File "C:/PROGRA~2/QGISBR~1/apps/qgis/./python\\qgis\\utils.py", line 478, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
in 2.6.0 32 bit it worked fine
I use lxml module
Related issues
History
#1
Updated by SC SC over 10 years ago
- Status changed from Open to Closed
thank Jürgen Fischer with this http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
other info in this issue #11536