Michael Barton wrote: > At least for me, it is possible to have multiple versions of wx > installed. The important thing is which you use when you compile > GRASS�determined by the path to wx_config
The only module which is affected by wx-config is visualisation/wximgview (which has probably been superseded by scripts/wxpyimgview). Anything written in Python will use the wxPython version found by the Python import mechanism and the wxversion module. If the code doesn't use wxversion, it will use whichever version site-packages/wx.pth refers to. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
