Thank you very much for the reply Luca and Markus! I know GRASS-GIS 7 is a big improvement from 6 but the program I'm using only works with 6 :/
Luca was right about the Python version. The system used the anaconda python version $ which python ~/anaconda2/bin/python whereas all the other libraries were originally installed to other version of python $ /usr/bin/python --version Python 2.7.6 I tried to change the default python version back to 2.7.6 following some guides to no avail (for example here: https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux ). In the end, removing anaconda completely solved the problem $ rm -rf ~/anaconda2 Best regards, Tung On Tue, Apr 18, 2017 at 1:01 AM, Luca Delucchi <[email protected]> wrote: > On 17 April 2017 at 21:19, Tung Nguyen <[email protected]> wrote: > > Hello GRASS dev, > > > > Hi, > > > > > $ python --version > > Python 2.7.12 :: Anaconda 4.1.1 (64-bit) > > > > probably the problem is here, you are not using the system Python > version (with wxpython installed) but the Anaconda one, so you have to > install wxPython in the Anaconda environment > > > > > -- Tung > > > > -- > ciao > Luca > > www.lucadelu.org > -- Thanks! -- Tung
_______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
