#442: wxgui measure distance tool gives error ---------------------+------------------------------------------------------ Reporter: epatton | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major | Milestone: 6.4.0 Component: wxGUI | Version: svn-trunk Keywords: | Platform: Linux Cpu: x86-64 | ---------------------+------------------------------------------------------ Using the measure distance tool gives the following traceback in the wxgui output window, although I can still go ahead and use the tool after the error gets displayed:
{{{ Traceback (most recent call last): File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py", line 485, in OnSize self.img.AddHandler(JPEGHandler) NameError : global name 'JPEGHandler' is not defined Traceback (most recent call last): File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py", line 485, in OnSize self.img.AddHandler(JPEGHandler) NameError : global name 'JPEGHandler' is not defined Traceback (most recent call last): File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py", line 485, in OnSize self.img.AddHandler(JPEGHandler) NameError : global name 'JPEGHandler' is not defined Click and drag with left mouse button to measure. Double click with left button to clear. Measuring distance (meters): }}} ~ Eric. -- Ticket URL: <http://trac.osgeo.org/grass/ticket/442> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev