Mathieu Baudier wrote: > We rely on the EPEL repository for many libraries and since their > upgrade of wxGTK / wxPython to 2.8.11 the wx UI of GRASS is broken. > > We get the stacktrace below: > > ... > File "/usr/lib64/grass-6.4.0RC6/etc/wxpython/gui_modules/wxgui_utils.py", > line 73, in __init__ > super(LayerTree, self).__init__(parent, id, pos, size, > style=style, ctstyle=ctstyle) > File > "/usr/lib64/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/lib/mixins/treemixin.py", > line 488, in __init__ > super(DragAndDrop, self).__init__(*args, **kwargs) > TypeError: __init__() got an unexpected keyword argument 'ctstyle'
wxPython 2.8.11 isn't backwards compatible with 2.8.10. It has been discussed in slightly more detail here: http://lists.osgeo.org/pipermail/grass-dev/2010-June/050766.html -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
