Michael Barton wrote: > So I updated from trunk and compiled GRASS 7 again. Almost everything > compiled fine. When I went to start it, all went well for the startup > screen, but it crashed on loading the wxPython GUI with the following > error: Fatal Python error: Interpreter not initialized (version > mismatch?)
IIRC, this means that it's loading a binary module which was compiled for a different version of python, which suggests a PYTHONPATH issue. Or possibly the vdigit module is compiled against the wrong version. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
