Opened 6 years ago
Last modified 6 years ago
#3617 closed defect
save display to image button broken — at Initial Version
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 7.4.2 |
Component: | wxGUI | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
The save display to image button is now broken in GRASS 7.4.1 and up. It works in 7.2.2.
It produces the following error:
Traceback (most recent call last):
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/mapdisp/frame.py", line 626, in SaveToFile
filetype, ltype = self._prepareSaveToFile()
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/mapdisp/frame.py", line 802, in _prepareSaveToFile
filetype, ltype = GetImageHandlers(img)
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/gui_core/dialogs.py", line 1834, in GetImageHandlers
for h in image.GetHandlers(): AttributeError : 'Image' object has no attribute 'GetHandlers'