[GRASS-user] Window GRASS quit unexpectadly when import training area

2020-01-09 Thread mega saputra
 When first I run GRASS GIS 7.6.0, there is an error message : 

```(gis_set.py:4772): Gtk-WARNING **: 16:05:43.648: Theme parsing error: 
gtk.css:2:33: Failed to import: Error opening file 
/home/mega/.config/gtk-3.0/whisker-tweak.css: No such file or directory```
I ignore the message. I start GRASS GIS. I import raster and vector. I add 
raster as RGB. 
Image is displayed in map display window. Then I choose Imagery > classify 
image > Interactive input for supervised classification. Then GRASS GIS 
supervised classification tool appear. But, no image in training area display 
and preview display. Then I import training area from vector map. 
Suddenly, all window GRASS GIS quit except GRASS GIS terminal window. 
So, how to solve this problem? I run in MX Linux 19.
Thanks.
Mega___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] no more gui after upgrade to buster

2020-01-09 Thread Frank David

Hello all,

I have no more gui on grass 7.6 after upgrade from debian strech to buster.

Thank you for your help !

Regards

Frank

See below last errors :

Traceback (most recent call last):
  File "/usr/local/grass-7.6.0/gui/wxpython/wxgui.py", line 169, in 


    sys.exit(main())
  File "/usr/local/grass-7.6.0/gui/wxpython/wxgui.py", line 156, in main
    app = GMApp(workspaceFile)
  File "/usr/local/grass-7.6.0/gui/wxpython/wxgui.py", line 50, in __init__
    wx.App.__init__(self, False)
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py", line 
8628, in __init__

    self._BootstrapApp()
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py", line 
8196, in _BootstrapApp

    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/grass-7.6.0/gui/wxpython/wxgui.py", line 103, in OnInit
    workspace=self.workspaceFile)
  File "/usr/local/grass-7.6.0/gui/wxpython/lmgr/frame.py", line 142, 
in __init__

    self.notebook = self._createNoteBook()
  File "/usr/local/grass-7.6.0/gui/wxpython/lmgr/frame.py", line 337, 
in _createNoteBook

    gcstyle=GC_PROMPT)
  File "/usr/local/grass-7.6.0/gui/wxpython/gui_core/goutput.py", line 
118, in __init__

    self.cmdPrompt = GPromptSTC(parent=self, menuModel=self._menuModel)
  File "/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py", line 
139, in __init__

    GPrompt.__init__(self, parent=parent, menuModel=menuModel)
  File "/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py", line 
57, in __init__

    self.mapList = self._getListOfMaps()
  File "/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py", line 
101, in _getListOfMaps

    result['raster'] = grass.list_strings('raster')
  File "/usr/local/grass-7.6.0/etc/python/grass/script/core.py", line 
1252, in list_strings

    mapset=mapset).splitlines():
  File "/usr/local/grass-7.6.0/etc/python/grass/script/core.py", line 
478, in read_command

    return handle_errors(returncode, stdout, args, kwargs)
  File "/usr/local/grass-7.6.0/etc/python/grass/script/core.py", line 
334, in handle_errors

    returncode=returncode)
grass.exceptions.CalledModuleError: Module run None ['g.list', '--q', 
'-m', 'type=raster'] ended with error
Process ended with non-zero return code 127. See errors in the (error) 
output.

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
PyAssertionError: C++ assertion "GetEventHandler() == this" failed at 
../src/common/wincmn.cpp(478) in ~wxWindowBase(): any pushed event 
handlers must have been removed

Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
wx._core.PyAssertionError: C++ assertion "GetEventHandler() == this" 
failed at ../src/common/wincmn.cpp(478) in ~wxWindowBase(): any pushed 
event handlers must have been removed


--
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Window GRASS quit unexpectadly when import training area

2020-01-09 Thread mega saputra
 When first I run GRASS GIS 7.6.0, there is an error message : 

```(gis_set.py:4772): Gtk-WARNING **: 16:05:43.648: Theme parsing error: 
gtk.css:2:33: Failed to import: Error opening file 
/home/mega/.config/gtk-3.0/whisker-tweak.css: No such file or directory```
I ignore the message. I start GRASS GIS. I import raster and vector. I add 
raster as RGB. 
Image is displayed in map display window. Then I choose Imagery > classify 
image > Interactive input for supervised classification. Then GRASS GIS 
supervised classification tool appear. But, no image in training area display 
and preview display. Then I import training area from vector map. 
Suddenly, all window GRASS GIS quit except GRASS GIS terminal window. 
So, how to solve this problem? I run in MX Linux 19.
Thanks.
Mega  ___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] r.in.lidar / v.in.lidar missing in Ubnutu 18.04 package

2020-01-09 Thread Stefan Blumentrath
Hi,

On two different Ubuntu (18.04) installations with packages from 
ubuntugis-unstable (GRASS GIS 7.8.2), I am missing r.in.lidar/v.in.lidar 
modules. Neither GRASS nor a OS search finds r.in.lidar/v.in.lidar...
I double-checked and liblas and pdal are installed on both of boxes.

Is this a packaging issue or is a specific order of installation required for 
r.in.lidar / v.in.lidar to become available.

Thanks any hint on how to get those modules!

Kind regards,
Stefan

___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user