<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div>
<div>
<div>
<div>I wanted to use GRASS because of it flexibility but I
have now an installation problem (MS-Window7sp2). I tried
both 32 and 64 bits versions.<br>
</div>
<b><font size="+1"><br>
1) The 32 bits versions crashed at the beginning :</font></b><br>
Cleaning up temporary files...<br>
Starting GRASS GIS...<br>
WARNING: Concurrent mapset locking is not supported on Windows<br>
<br>
__________ ___ __________ _______________<br>
/ ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/<br>
/ / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \<br>
/ /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /<br>
\____/_/ |_/_/ |_/____/____/ \____/___//____/<br>
<br>
Welcome to GRASS GIS 7.4.0<br>
GRASS GIS homepage:
<a class="moz-txt-link-freetext" href="http://grass.osgeo.org">http://grass.osgeo.org</a><br>
This version running through: Command Shell
(C:\Windows\system32\cmd.exe)<br>
Help is available with the command: g.manual -i<br>
See the licence terms with: g.version -c<br>
See citation options with: g.version -x<br>
If required, restart the GUI with: g.gui wxpython<br>
When ready to quit enter: exit<br>
<br>
Launching <wxpython> GUI in the background, please
wait...<br>
Microsoft Windows [version 6.1.7601]<br>
Copyright (c) 2009 Microsoft Corporation. Tous droits
réservés.<br>
<br>
C:\Users\Jacki>Traceback (most recent call last):<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\wxgui.py", line 167, in <module>
sys.exit(main())<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\wxgui.py", line 154, in main app =
GMApp(workspaceFile)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\wxgui.py", line 48,in __init__
wx.App.__init__(self, False)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
line 7981, in __init__ self._BootstrapApp()<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
line 7555, in _BootstrapApp return
_core_.PyApp__BootstrapApp(*args, **kwargs)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\wxgui.py", line 101, in OnInit
workspace=self.workspaceFile)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\lmgr\frame.py", line 142, in __init__
self.notebook = self._createNoteBook()<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\lmgr\frame.py", line 337, in
_createNoteBook gcstyle=GC_PROMPT)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\gui_core\goutput.py", line 118, in
__init__ self.cmdPrompt = GPromptSTC(parent=self,
menuModel=self._menuModel)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\gui_core\prompt.py", line 143, in
__init__ GPrompt.__init__(self, parent=parent,
menuModel=menuModel)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\gui_core\prompt.py", line 57, in
__init__ self.mapList = self._getListOfMaps()<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\gui\wxpython\gui_core\prompt.py", line 101, in
_getListOfMaps result['raster'] =
grass.list_strings('raster')<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\etc\python\grass\script\core.py", line 1226, in
list_strings mapset=mapset).splitlines():<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\etc\python\grass\script\core.py", line 476, in
read_command return handle_errors(returncode, stdout, args,
kwargs)<br>
File "C:\Program Files (x86)\GRASS GIS
7.4.0\etc\python\grass\script\core.py", line 332, in
handle_errors returncode=returncode)<br>
grass.exceptions.CalledModuleError: Module run None ['g.list',
'--q', '-m', 'type=raster'] ended with error<br>
Process ended with non-zero return code -1073741511. See
errors in the (error) output.<br>
<br>
</div>
<b><font size="+1">2) the 64 bits version went further, and the
install seems correct, but :</font></b><br>
</div>
<u>v.in.vms gives a traceback :<br>
<br>
</u></div>
Welcome to GRASS GIS 7.4.0<br>
GRASS GIS homepage: <a class="moz-txt-link-freetext" href="http://grass.osgeo.org">http://grass.osgeo.org</a><br>
This version running through: Command Shell
(C:\Windows\system32\cmd.exe)<br>
Help is available with the command: g.manual -i<br>
See the licence terms with: g.version -c<br>
See citation options with: g.version -x<br>
If required, restart the GUI with: g.gui wxpython<br>
When ready to quit enter: exit<br>
<br>
Launching <wxpython> GUI in the background, please wait...<br>
Microsoft Windows [version 6.1.7601]<br>
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.<br>
<br>
C:\Users\Jacki>Traceback (most recent call last):<br>
File "C:\Program Files\GRASS GIS
7.4.0/gui/scripts/d.wms_wrapper.py", line 214, in <module>
sys.exit(main())<br>
File "C:\Program Files\GRASS GIS
7.4.0/gui/scripts/d.wms_wrapper.py", line 207, in main temp_map =
wms.GetMap(options, flags)<br>
File "C:\Program Files\GRASS GIS 7.4.0\etc\r.in.wms\wms_base.py",
line 211, in GetMap self._initializeParameters(options, flags)<br>
File "C:\Program Files\GRASS GIS 7.4.0\etc\r.in.wms\wms_base.py",
line 157, in _initializeParameters self.region['cols'] /<br>
KeyError: 'cols'<br>
<u><br>
GRASS_INFO_END(5848,1)<br>
</u><br>
<div>
<div>
<div>
<div dir="ltr"><br>
<br>
I must confess that I don't know how to escape from this
situation.... (this is why I turned to QGIS, but without
satisfactory response).<br>
Is this a problem with Windows 7 ? with Python ? with the
installation script ? What is your opinion ?<br>
Sorry to take your time... and thanks, anyway.<br>
<br>
Yours,<br>
<br>
Jacki<br>
</div>
</div>
</div>
</div>
</body>
</html>