[GRASS-dev] [GRASS GIS] #442: wxgui measure distance tool gives error

#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&gt;
GRASS GIS <http://grass.osgeo.org>

#442: wxgui measure distance tool gives error
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone: 6.5.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Changes (by martinl):

  * milestone: 6.4.0 => 6.5.0

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/442#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#442: wxgui measure distance tool gives error
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone: 6.5.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment (by cmbarton):

Eric,

What version of wxPython do you have?

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/442#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#442: wxgui measure distance tool gives error
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 6.5.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

Fixed in r35447.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/442#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>