[GRASS-user] grass 7 quick question: how to display map in text mode

Markus Metz markus.metz.giswork at googlemail.com
Thu Jul 22 10:35:44 EDT 2010


Could be an erroneous color preference setting that can not be read.
Color preferences must be stored as e.g. 255:255:255 and not
(255,255,255,255).
Open .grass7/wx and search for something like (255,255,255,255) with
values ranging between 0 and 255. If I am right and you find something
like this, please post the complete line of .grass7/wx to the ML,
delete the whole line and start grass7 again.

HTH,

Markus M


Jarek Jasiewicz:
> Hi
> I need quick answer how can I show map in the text mode in grass7 (no d.mon)
>
>
> It is because grass 7 wx gui has crashed after trying "save settings" in
> wxgui preferences and wen I try to work GRASS finish his work with following
> message:
>
> I need any possibilities to see map results to track programing results on
> GRASS 7 but unfortuntely I cannot help with that error. It seems during
> "save settings" I blocked something but I cannot find what.
>
> Below is the error message (grass 7 most recent svn, ubuntu 9.10 64 bits)
>
> Thanks for answer
> Jarek
>
> Cleaning up temporary files...
> Starting GRASS GIS...
> Traceback (most recent call last):
>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gis_set.py", line 37, in
> <module>
>   import gui_modules.goutput
>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/goutput.py",
> line 37, in <module>
>   import preferences
>  File
> "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/preferences.py", line
> 902, in <module>
>   globalSettings = Settings()
>  File
> "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/preferences.py", line
> 590, in __init__
>   self.ReadSettingsFile()
>  File
> "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/preferences.py", line
> 661, in ReadSettingsFile
>   self.__ReadFile(filePath, settings)
>  File
> "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/preferences.py", line
> 703, in __ReadFile
>   self.Append(settings, group, key, subkey, value)
>  File
> "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_modules/preferences.py", line
> 894, in Append
>   dict[group][key][subkey[0]][subkey[1]] = value
> TypeError: 'tuple' object does not support item assignment
> Error in GUI startup. If necessary, please report this error to the GRASS
> developers.
> Switching to text mode now.
>
> Hit RETURN to continue...
>
> Unable to create temporary directory! Exiting.
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>


More information about the grass-user mailing list