#2198: g.gui.iclass doesn't work
------------------------------------+---------------------------------------
Reporter: matmar | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: unspecified
Keywords: wxpython, g.gui.iclass | Platform: Linux
Cpu: x86-64 |
------------------------------------+---------------------------------------
Hi list,
I am able to open g.gui.iclass but when I open the Class Manager, I'm not
able to close it. [[BR]]
Furthermore, I'm not able to exit from the module GUI, so it is unusable
for me. This is the linked error that I get every time I try to close
something:
{{{
File "/home/matteo/software/grass7_trunk/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/iclass/frame.py", line 210, in OnCloseWindow
self.GetFirstWindow().GetDigit().CloseMap()
AttributeError: 'NoneType' object has no attribute 'CloseMap'
}}}
Replying to [comment:2 martinl]:
> This bug seems to be related to the recent changes in digitizer, please
try out r59096.
Thanks, it works now. I must say that I really don't understand how r59096
fixes that or why it was possible to produce the error by pressing the
close button of ''Class manager''.