Hi, some recent change in trunk (didn't find which) broke the color list generator in r.colors:
Traceback (most recent call last): File "/home/neteler/software/grass71/dist.x86_64-unknown- linux-gnu/etc/gui/wxpython/gui_core/widgets.py", line 1294, in OnDrawItem r.x + bitmap.GetWidth() + 10, AttributeError : 'NoneType' object has no attribute 'GetWidth' Traceback (most recent call last): File "/home/neteler/software/grass71/dist.x86_64-unknown- linux-gnu/etc/gui/wxpython/gui_core/widgets.py", line 1294, in OnDrawItem r.x + bitmap.GetWidth() + 10, AttributeError [...] : 'NoneType' object has no attribute 'GetWidth' Traceback (most recent call last): File "/home/neteler/software/grass71/dist.x86_64-unknown- linux-gnu/etc/gui/wxpython/gui_core/widgets.py", line 1294, in OnDrawItem r.x + bitmap.GetWidth() + 10, AttributeError : 'NoneType' object has no attribute 'GetWidth' Using: g.version -g version=7.1.svn date=2014 revision=59549M build_date=2014-04-02 build_platform=x86_64-unknown-linux-gnu A fix would be appreciated. In relbranch70 is seems to work fine. thanks Markus
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
