Error messages are properly recorded in the Command Console (wxPython) now, but Clear output button doesn't clear anything.
When error messages are mentioned, there are several I've just met: The first one appears 'sometimes' when Kriging interpolation is selected via menu. The second one when search in Command Console was tested. I found the reason. The 'Find module' combo has not selected a default value. If the 'description' item is chosen, no errors appear anymore. But 'keywords' throws another error message. These errors are cosmetic, but I am reporting them in hope it can be beneficial for someone. Regards, Jan ========= 1 =========== Traceback (most recent call last): File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui _modules\menuform.py", line 840, in OnOK cmd = self.OnApply(event) File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui _modules\menuform.py", line 846, in OnApply cmd = self.createCmd() File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui _modules\menuform.py", line 939, in createCmd return self.notebookpanel.createCmd(ignoreErrors=ignoreErrors) File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui _modules\menuform.py", line 1654, in createCmd message=unicode(err), UnicodeEncodeError : 'ascii' codec can't encode character u'\xe1' in position 21: ordinal not in range(128) =========== 1 ============= =========== 2 ============= Traceback (most recent call last): File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui _modules\goutput.py", line 566, in OnSearchModule if self.__checkKey(text, data['keywords']): AttributeError : 'GMConsole' object has no attribute '_GMConsole__checkKey' =========== 2 ============= _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
