Opened 16 years ago
Closed 16 years ago
#442 closed defect (fixed)
wxgui measure distance tool gives error
Reported by: | epatton | Owned by: | |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.
Eric,
What version of wxPython do you have?
Michael