[GRASS-user] I do not manage to launch r.massmov

Dear grass-users,

After a full installation of “grass gis” and the download of the addon “r.massmov” through the user interface,
I do not manage to launch r.massmov. When I execute r.massmov, I become the error message :


"Traceback (most recent call last):
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py”, line 174, in

self._btnRun.Bind(wx.EVT_BUTTON, lambda evt: self.Run())
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py”, line 235, in Run

eval(handler)(event=None, cmd=data[‘command’].split())
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\lmgr\frame.py”, line 892, in OnMenuCmd

GUI(parent=self, giface=self._giface).ParseCommand(cmd)
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\forms.py”, line 2799, in
ParseCommand

raise gcmd.GException(e.value)
core.gcmd
.
GException
:
Impossible de récupérer la description de l’interface pour
la commande ‘r.massmov’.
Détails: C:\Program Files\GRASS GIS
7.2.1\extrabin\python.exe: can’t open file ‘r.massmov’:
[Errno 2] No such file or directory
Traceback (most recent call last):
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\treeview.py”, line 57, in

self._emitSignal(evt.GetItem(), self.itemActivated))
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\treeview.py”, line 162, in
_emitSignal

signal.emit(node=node, **kwargs)
File “C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\signal.py”, line 229, in
emit

dispatcher.send(signal=self, *args, **kwargs)
File “C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\dispatcher.py”, line 349,
in send

**named
File “C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\robustapply.py”, line 60,
in robustApply

return receiver(*arguments, **named)
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py”, line 178, in

self._tree.itemActivated.connect(lambda node:
self.Run(node))
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py”, line 235, in Run

eval(handler)(event=None, cmd=data[‘command’].split())
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\lmgr\frame.py”, line 892, in OnMenuCmd

GUI(parent=self, giface=self._giface).ParseCommand(cmd)
File “C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\forms.py”, line 2799, in
ParseCommand

raise gcmd.GException(e.value)
core.gcmd
.
GException
:
Impossible de récupérer la description de l’interface pour
la commande ‘r.massmov’.
Détails: C:\Program Files\GRASS GIS
7.2.1\extrabin\python.exe: can’t open file ‘r.massmov’:
[Errno 2] No such file or directory"


Do you know what is the problem ? Thank for you help ! :blush:

Sincerely yours,

Louis DEMANGE

On Thu, Jun 15, 2017 at 9:19 PM, Louis DEMANGE <demange.louis@hotmail.fr> wrote:

Dear grass-users,

After a full installation of "grass gis" and the download of the addon "r.massmov" through the user interface,
I do not manage to launch r.massmov. When I execute r.massmov, I become the error message :

-------------

"Traceback (most recent call last):
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py", line 174, in <lambda>

self._btnRun.Bind(wx.EVT_BUTTON, lambda evt: self.Run())

...

Impossible de récupérer la description de l'interface pour
la commande 'r.massmov'.
Détails: C:\Program Files\GRASS GIS
7.2.1\extrabin\python.exe: can't open file 'r.massmov':
[Errno 2] No such file or directory"

...

Do you know what is the problem ? Thank for you help !

Which of the two Windows installers did you use? The standalone
version or OSGeo4W?

Note that r.massmov makes use of openMP (needs the libgomp DLL,
package "libgomp1").

Markus

Louis DEMANGE wrote

Dear grass-users,

After a full installation of "grass gis" and the download of the addon
"r.massmov" through the user interface,
I do not manage to launch r.massmov. When I execute r.massmov, I become
the error message :

-------------

"Traceback (most recent call last):
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py", line 174, in
<lambda>
self._btnRun.Bind(wx.EVT_BUTTON, lambda evt: self.Run())
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py", line 235, in Run

eval(handler)(event=None, cmd=data['command'].split())
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\lmgr\frame.py", line 892, in OnMenuCmd

GUI(parent=self, giface=self._giface).ParseCommand(cmd)
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\forms.py", line 2799, in
ParseCommand

raise gcmd.GException(e.value)
core.gcmd
.
GException
:
Impossible de récupérer la description de l'interface pour
la commande 'r.massmov'.
Détails: C:\Program Files\GRASS GIS
7.2.1\extrabin\python.exe: can't open file 'r.massmov':
[Errno 2] No such file or directory
Traceback (most recent call last):
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\treeview.py", line 57, in
<lambda>
self._emitSignal(evt.GetItem(), self.itemActivated))
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\treeview.py", line 162, in
_emitSignal

signal.emit(node=node, **kwargs)
  File "C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\signal.py", line 229, in
emit

dispatcher.send(signal=self, *args, **kwargs)
  File "C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\dispatcher.py", line 349,
in send

**named
  File "C:\Program Files\GRASS GIS
7.2.1\etc\python\grass\pydispatch\robustapply.py", line 60,
in robustApply

return receiver(*arguments, **named)
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py", line 178, in
<lambda>
self._tree.itemActivated.connect(lambda node:
self.Run(node))
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\menu.py", line 235, in Run

eval(handler)(event=None, cmd=data['command'].split())
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\lmgr\frame.py", line 892, in OnMenuCmd

GUI(parent=self, giface=self._giface).ParseCommand(cmd)
  File "C:\Program Files\GRASS GIS
7.2.1\gui\wxpython\gui_core\forms.py", line 2799, in
ParseCommand

raise gcmd.GException(e.value)
core.gcmd
.
GException
:
Impossible de récupérer la description de l'interface pour
la commande 'r.massmov'.
Détails: C:\Program Files\GRASS GIS
7.2.1\extrabin\python.exe: can't open file 'r.massmov':
[Errno 2] No such file or directory"

------------------

Do you know what is the problem ? Thank for you help ! :blush:

there seems to be a problem with the libgomp-1.dll.

libgomp is the GNU Offloading and Multi Processing Runtime Library.

please open a new ticket at https://trac.osgeo.org/grass and give following
information:

- winGRASS standalone installer or OSGeo4W-winGRASS
- 32bit or 64bit
- which version.

[1] https://gcc.gnu.org/onlinedocs/libgomp/

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/I-do-not-manage-to-launch-r-massmov-tp5324421p5324468.html
Sent from the Grass - Users mailing list archive at Nabble.com.

I have the exact same problem with r.massmov in Windows. I installed GRASS
GIS 7.8 using the OSGEO4W installer. Is there a way to solve this problem?

--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html