<div dir="ltr">I just tried to update the wx.metadata addon using g.extension (on grass 7 master), resulting in the error below:<br><br>(Tue Feb 23 09:55:19 2016)                                                      <br>g.extension extension=wx.metadata url=                                          <br>WARNING: Extension <wx.metadata> already installed. Re-installing...<br>Fetching <wx.metadata> from GRASS GIS Addons repository (be patient)...<br>Compiling...<br>Traceback (most recent call last):<br>  File "/tmp/grass7-paulo-8596/tmpWf3irR/wx.metadata/scripts<br>/db.csw.admin", line 127, in <module><br>    from mdlib.cswutil import *<br>ImportError: No module named mdlib.cswutil<br>make[1]: *** [db.csw.admin.tmp.html] Error 1<br>Traceback (most recent call last):<br>  File "/tmp/grass7-paulo-8596/tmpWf3irR/wx.metadata/scripts<br>/g.gui.cswbrowser", line 22, in <module><br>    from mdlib.cswlib import CSWBrowserPanel,<br>CSWConnectionPanel<br>ImportError: No module named mdlib.cswlib<br>make[1]: *** [g.gui.cswbrowser.tmp.html] Error 1<br>Traceback (most recent call last):<br>  File "/tmp/grass7-paulo-8596/tmpWf3irR/wx.metadata/scripts<br>/g.gui.metadata", line 43, in <module><br>    from mdlib import mdgrass<br>ImportError: No module named mdlib<br>make[1]: *** [g.gui.metadata.tmp.html] Error 1<br>Installing...<br>/usr/bin/install: cannot stat ‘/tmp/grass7-paulo-8596/tmpW<br>f3irR/wx.metadata/docs/html/db.csw.admin.html’: No such<br>file or directory<br>make[1]: *** [install] Error 1<br>/usr/bin/install: cannot stat ‘/tmp/grass7-paulo-8596/tmpW<br>f3irR/wx.metadata/docs/html/g.gui.cswbrowser.html’: No<br>such file or directory<br>make[1]: *** [install] Error 1<br>/usr/bin/install: cannot stat ‘/tmp/grass7-paulo-8596/tmpW<br>f3irR/wx.metadata/docs/html/g.gui.metadata.html’: No such<br>file or directory<br>make[1]: *** [install] Error 1<br>make: *** [installsubdirs] Error 2<br></div>