I've not before had 6.5svn throw an error when building. After updating to the latest modules in the repository I configured and built the application. There was a build error in ../gui/wxpython so I cd'd to that subdirectory and ran make. From the base directory I ran 'make install', then tried invoking GRASS only to see this error:
Cleaning up temporary files ... Starting GRASS ... ERROR: wxGUI requires wxPython. No module named wxversion Error in GUI startup. If necessary, please report this error to the GRASS developers. wxPython-2.8.12.1 is installed. But, indeed, there is nothing named 'wxversion' on this system. The -6.5svn source tree shows attempts to import wxversion in: grass6_devel/gui/wxpython/core/globalvar.py: import wxversion grass6_devel/gui/wxpython/core/globalvar.py: # wxversion.select(str(minVersion[0]) + '.' + str(minVersion[1])) grass6_devel/gui/wxpython/core/globalvar.py: wxversion.ensureMinimal(str(minVersion[0]) + '.' + str(minVersion[1])) grass6_devel/gui/wxpython/core/globalvar.py: except (ValueError, wxversion.VersionError), e: grass6_devel/gui/wxpython/README: lib64wxPythonGTK2.8 lib64wxPythonGTK2.8-devel wxPythonGTK wxPythonGTK-wxversion grass6_devel/.svn/pristine/1b/1b81bbe95f076b38a9707473beb875f3eebde6f5.svn-base: lib64wxPythonGTK2.8 lib64wxPythonGTK2.8-devel wxPythonGTK wxPythonGTK-wxversion grass6_devel/.svn/pristine/f1/f1efdd5e9fed65bd04ef8cd00ef8471c93502320.svn-base: import wxversion grass6_devel/.svn/pristine/f1/f1efdd5e9fed65bd04ef8cd00ef8471c93502320.svn-base: # wxversion.select(str(minVersion[0]) + '.' + str(minVersion[1])) grass6_devel/.svn/pristine/f1/f1efdd5e9fed65bd04ef8cd00ef8471c93502320.svn-base: # wxversion.ensureMinimal(str(minVersion[0]) + '.' + str(minVersion[1])) grass6_devel/.svn/pristine/f1/f1efdd5e9fed65bd04ef8cd00ef8471c93502320.svn-base: # except (ValueError, wxversion.VersionError), e: gui/wxpython/core/globalvar.py: import wxversion gui/wxpython/core/globalvar.py: # wxversion.select(str(minVersion[0]) + '.' + str(minVersion[1])) gui/wxpython/core/globalvar.py: wxversion.ensureMinimal(str(minVersion[0]) + '.' + str(minVersion[1])) gui/wxpython/core/globalvar.py: except (ValueError, wxversion.VersionError), e: gui/wxpython/README: lib64wxPythonGTK2.8 lib64wxPythonGTK2.8-devel wxPythonGTK wxPythonGTK-wxversion Where do you suggest I start looking for the source of this error? Thanks, Rich -- Richard B. Shepard, Ph.D. | Have knowledge, will travel. Applied Ecosystem Services, Inc. | www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
