Jeremy Garniaux wrote: > Just installed GRASS 6.3.0... When I try to launch it with its Python > GUI <grass -wxpython> I see this error : > > <Starting GRASS ... > Traceback (most recent call last): > File "/usr/lib/grass/etc/wxpython/gis_set.py", line 31, in <module> > from gui_modules import globalvar > File "/usr/lib/grass/etc/wxpython/gui_modules/globalvar.py", line 48, > in <module> > CheckForWx() > File "/usr/lib/grass/etc/wxpython/gui_modules/globalvar.py", line 39, > in CheckForWx > except (ImportError, ValueError, wxversion.VersionError), e: > UnboundLocalError: local variable 'wxversion' referenced before > assignment > Error in GUI startup. If necessary, please > report this error to the GRASS developers.> > > Any idea ? thanks !
You need to have wxPython 2.8 installed, and the above error suggests that you don't. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
