[GRASS-user] Runtime problem with GRASS 7.0.02svn on CentOS

All:

I have just compiled GRASS 7.0.02svn on CentOS – no errors. But when I try to startup the GUI after selecting a LOCATION and MAPSET, I get:

Welcome to GRASS GIS 7.0.2svn (r66013)
GRASS GIS homepage: http://grass.osgeo.org
This version running through: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit

Launching GUI in the background, please wait…
GRASS 7.0.2svn (nc_spm_08_grass7):~/grass/data > Traceback (most recent call last):
File “/usr/local/grass-7.0.2svn/gui/wxpython/wxgui.py”, line 37, in
from lmgr.frame import GMFrame
File “/usr/local/grass-7.0.2svn/gui/wxpython/lmgr/frame.py”, line 50, in
from lmgr.layertree import LayerTree, LMIcons
File “/usr/local/grass-7.0.2svn/gui/wxpython/lmgr/layertree.py”, line 37, in
from mapdisp.frame import MapFrame
File “/usr/local/grass-7.0.2svn/gui/wxpython/mapdisp/frame.py”, line 34, in
from vdigit.toolbars import VDigitToolbar
File “/usr/local/grass-7.0.2svn/gui/wxpython/vdigit/toolbars.py”, line 30, in
from iclass.digit import IClassVDigit
File “/usr/local/grass-7.0.2svn/gui/wxpython/iclass/digit.py”, line 23, in
from vdigit.wxdisplay import DisplayDriver, TYPE_AREA
ImportError: cannot import name TYPE_AREA

It seems that Python, wx-widgets are installed, but these errors make me think otherwise.

Best,

Tom