<div dir="ltr">Hello GRASS developers,<div><br></div><div>The "six" python package, required by Matplotlib, seems to be missing on the Windows side. As a result, all packages requiring it are throwing errors. For example, as seen at <a href="http://wingrass.fsv.cvut.cz/grass72/x86/addons/latest/logs/">http://wingrass.fsv.cvut.cz/grass72/x86/addons/latest/logs/</a>:</div><div><br></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Traceback (most recent call last):
  File "C:/Users/landa/grass_packager/grass722/x86/addons/v.faultdirections/scripts/<a href="http://v.faultdirections.py">v.faultdirections.py</a>", line 50, in <module>
    import matplotlib #required by windows
  File "C:\OSGeo4W32\apps\Python27\lib\site-packages\matplotlib\__init__.py", line 105, in <module>
    import six
<b>ImportError: No module named six
</b>/c/msys32/usr/src/grass722/include/Make/Html.make:14: recipe for target 'v.faultdirections.tmp.html' failed
make: *** [v.faultdirections.tmp.html] Error 1
rm v.faultdirections.tmp.html</pre></div><div><br></div><div>Could someone with permissions please install this and test with an "import matplotlib"?</div><div><br></div><div>Thank you!</div><div><br></div><div>Andy</div></div>