The issue is that currently GRASS wxgui is not enforcing wxpython version. On my system I have both - 2.8 and 2.9. As no specific version is requested, python is loading one of them - in my case it's 2.9 (my guess as 2.9>2.8). At least on my system is present wxversion, that allows to select specific wxpython version on load [1].
Still on other systems wxversion might be missing. 1. http://www.wxpython.org/docs/api/wxversion-module.html 2013/10/15 Martin Landa <[email protected]>: > Hi, > > 2013/10/15 Maris Nartiss <[email protected]>: > >> with r57990 on my system after selecting colour from the list, it >> doesn't get appended to executed command and thus it's not possible to >> set predefined colour with gui. >> Probably changes in some other places are needed too. > > I cannot reproduce this error, in other words, it's working for me. > >> Python: 2.7.5 >> wxPython: 2.9.4.1 > > Python: 2.7.5 > wxPython: 2.8.12.1 > > Is there any wxGUI developer who has wxPython 2.9 installed on her/his > machine? > > Martin > > -- > Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
