I get the following error when opening grass70 with the graphical
interface (see below). I am running it under CentOS and just installed
locally anaconda. Do you think it is related to this?
Thank you and cheers. Javier
bash-4.1$ grass70
Cleaning up temporary files...
Starting GRASS GIS...
ERROR: wxGUI requires wxPython. No module named wxversion
Error in GUI startup. If necessary, please report this error to the
GRASS developers.
Switching to text mode now.
Hit RETURN to continue...
Unable to create temporary directory <grass7-majavie-32605>! Exiting.
I am working under CentOS but thank you! I solved with:
conda install wxpython
and then running "export PYTHONHOME=/home/majavie/anaconda" every time
I want to run grass70. I tried also creating a bashrc file (under
$HOME/.grass7/) with:
GRASS_PYTHON=/home/majavie/anaconda
but it did not work like this...
Thanks!
Cheers,
Javier
On Tue, Feb 25, 2014 at 12:58 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi,
2014-02-25 12:41 GMT+01:00 Javier Martínez-López
<javi.martinez.lopez@gmail.com>:
ERROR: wxGUI requires wxPython. No module named wxversion
you need to install missing package, on Debian/Ubuntu it's python-wxversion.