[GRASS-user] Still no WinGrass with MSYS console
Daniel Victoria
daniel.victoria at gmail.com
Fri Jul 30 10:41:53 EDT 2010
Hi listers,
It's been a while since I've strugling with WinGrass (daily SVN build)
on Win7 (64 bits). I am able to run the version with no terminal but
everytime I try to run Grass 6.4svn with MSYS console I get the first
screen, to choose location and mapset and then it just closes, with no
warning.
I tryed then opening a Msys console and manualy calling grass
(/grass/bin/grass64svn). The "Choose Location" dialog opens and, as
soon as I click "Start Grass", Grass closes, saying "Goodbye from
Grass GIS" and a bunch of python errors, shown bellow.
The only thing I could think of that is interfering is the Python
2.4.1 that is installed with ArcGIS but right now I can't remove it.
Any other hints?
Thanks and Cheers
Daniel - mising the ability to do quick shell loops for processing
several maps at once :)
-----------------------------------------------------------------------------------------------------------------------------
daniel at PEQUI ~
$ /grass/bin/grass64svn
Cleaning up temporary files ...
Starting GRASS ...
ATENÇÃO: Attention!
ATENÇÃO: Locking is not supported on Windows!
__________ ___ __________ _______________
/ ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/
/ / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \
/ /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /
\____/_/ |_/_/ |_/____/____/ \____/___//____/
Welcome to GRASS 6.4.0svn (2010)
GRASS homepage: http://grass.osgeo.org/
This version running thru: GNU Bash (Cygwin) (/usr/bin/bash.exe)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit
Closing monitors ...
Cleaning up temporary files ...
Done.
Goodbye from GRASS GIS
daniel at PEQUI ~
$ Traceback (most recent call last):
File "c:/GRASS-64-SVN/etc/wxpython/wxgui.py", line 86, in <module>
import gui_modules.wxgui_utils as wxgui_utils
File "C:\GRASS-64-SVN\etc\wxpython\gui_modules\wxgui_utils.py", line
40, in <module>
import toolbars
File "C:\GRASS-64-SVN\etc\wxpython\gui_modules\toolbars.py", line
35, in <module>
from icon import Icons
File "C:\GRASS-64-SVN\etc\wxpython\icons\icon.py", line 33, in <module>
from preferences import globalSettings as UserSettings
File "c:\GRASS-64-SVN\etc\wxpython\gui_modules\preferences.py", line
807, in <module>
globalSettings = Settings()
File "c:\GRASS-64-SVN\etc\wxpython\gui_modules\preferences.py", line
491, in __init__
self.ReadSettingsFile()
File "c:\GRASS-64-SVN\etc\wxpython\gui_modules\preferences.py", line
563, in ReadSettingsFile
mapset_file = os.path.join(gisdbase, location_name, mapset_name,
self.fileName)
File "C:\GRASS-64-SVN\Python25\lib\ntpath.py", line 67, in join
elif isabs(b):
File "C:\GRASS-64-SVN\Python25\lib\ntpath.py", line 53, in isabs
s = splitdrive(s)[1]
File "C:\GRASS-64-SVN\Python25\lib\ntpath.py", line 119, in splitdrive
if p[1:2] == ':':
TypeError: 'NoneType' object is unsubscriptable
More information about the grass-user
mailing list