Opened 15 years ago

Closed 15 years ago

#442 closed defect (fixed)

wxgui measure distance tool gives error

Reported by: epatton Owned by: grass-dev@…
Priority: major Milestone: 6.5.0
Component: wxGUI Version: svn-trunk
Keywords: Cc:
CPU: x86-64 Platform: Linux

Description

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.

Change History (3)

comment:1 by martinl, 15 years ago

Milestone: 6.4.06.5.0

comment:2 by cmbarton, 15 years ago

Eric,

What version of wxPython do you have?

Michael

comment:3 by martinl, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r35447.

Note: See TracTickets for help on using tickets.