[GRASS-dev] wxpython 3 and errors in grass

Glynn Clements glynn at gclements.plus.com
Thu Oct 30 15:14:28 PDT 2014


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 <glynn at gclements.plus.com>


More information about the grass-dev mailing list