Hi, 2008/4/10, Gustavo Martinez <[EMAIL PROTECTED]>: > I've just compiled the GRASS63 RC6 in a Debian unstable amd64 machine. When I > try to run it I get the following message: > > Starting GRASS ... > Traceback (most recent call last): > File "/usr/local/grass-6.3.0RC6/etc/wxpython/gis_set.py", line 31, in ? > from gui_modules import globalvar > File "/usr/local/grass-6.3.0RC6/etc/wxpython/gui_modules/globalvar.py", line > 27, in ? > import wx > ImportError: No module named wx > Error in GUI startup. If necessary, please > report this error to the GRASS developers. > > The Tcltk GUI is working without problems. How can I fix this?
well, you need to install wxPython to run wxPython-based GUI (wxPython >= 2.8.1 is required), see http://svn.osgeo.org/grass/grass/trunk/gui/wxpython/README regards, Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
