[GRASS-dev] [GRASS GIS] #442: wxgui measure distance tool gives
error
GRASS GIS
trac at osgeo.org
Fri Jan 16 12:44:48 EST 2009
#442: wxgui measure distance tool gives error
---------------------+------------------------------------------------------
Reporter: epatton | Owner: grass-dev at 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>
More information about the grass-dev
mailing list