Traceback (most recent call last):
File "C:/Users/landa/grass_packager/grass722/x86/addons/v.faultdirections/scripts/[v.faultdirections.py](http://v.faultdirections.py)", 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
Could someone with permissions please install this and test with an “import matplotlib”?
Traceback (most recent call last):
File
"C:/Users/landa/grass_packager/grass722/x86/addons/v.faultdirections/scripts/v.faultdirections.py",
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*ImportError: No module named six
*/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
Could someone with permissions please install this and test with an
"import
matplotlib"?
Interesting. I noticed this while working on some codes for GSFLOW, the USGS groundwater–surface water module, and found a Tkinter missing error message in those for GRASS 7.3 64-bit:
Traceback (most recent call last):
File "C:/Users/landa/grass_packager/grass73/x86_64/addons/v.gsflow.export/scripts/[v.gsflow.export.py](http://v.gsflow.export.py)", line 108, in <module>
from matplotlib import pyplot as plt
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\matplotlib\pyplot.py", line 115, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\matplotlib\backends\__init__.py", line 32, in pylab_setup
globals(),locals(),[backend_name],0)
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\matplotlib\backends\backend_tkagg.py", line 6, in <module>
from six.moves import tkinter as Tk
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\six.py", line 203, in load_module
mod = mod._resolve()
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\six.py", line 115, in _resolve
return _import_module(self.mod)
File "C:\OSGeo4W64\apps\Python27\lib\site-packages\six.py", line 82, in _import_module
__import__(name)
<b>ImportError: No module named Tkinter
</b>/c/msys64/usr/src/grass_trunk/include/Make/Html.make:14: recipe for target 'v.gsflow.export.tmp.html' failed
make: *** [v.gsflow.export.tmp.html] Error 1
rm v.gsflow.export.tmp.html
Matplotlib wasn’t needed for these modules (it’s part of my standard set of imports, which I copied/pasted), so I removed it and they should hopefully compile fine the next time the server builds everything. But there is some underlying package problem…
Andy
···
On Sat, Nov 11, 2017 at 10:57 AM, Helmut Kudrnovsky <hellik@web.de> wrote:
Traceback (most recent call last):
File
“C:/Users/landa/grass_packager/grass722/x86/addons/v.faultdirections/scripts/v.faultdirections.py”,
line 50, in
import matplotlib #required by windows
File
“C:\OSGeo4W32\apps\Python27\lib\site-packages\matplotlib_init_.py”,
line 105, in
import six*ImportError: No module named six
*/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
Could someone with permissions please install this and test with an
“import
matplotlib”?
C:\>python
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
C:>python
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on
win32
Type “help”, “copyright”, “credits” or “license” for more information.