grass built fine with no errors, load a raster and start to digitize a new
vector.
After the first vector feature is digitized the prompt to insert the
attribute value is shown correctly but after hit enter to submit the
vector feature record, the entire GUI freeze.
No more action can be done, a force quit of the entire wxpython gui is
needed.
When the gui freeze i can't see anything printed in the shell and all the
gui windows are not functionals. The only way is to force quite it. Is
there a way to debug this ? perhaps add some print statement at some point
in the wxpytho/v.digit code to see where it blocks ?
Replying to [comment:2 epifanio]:
> When the gui freeze i can't see anything printed in the shell and all
the gui windows are not functionals. The only way is to force quite it. Is
there a way to debug this ? perhaps add some print statement at some point
in the wxpytho/v.digit code to see where it blocks ?
In gui/wxpython/dbmgr/dialogs.py OnSubmit method. I can't see anything
what could be causing the problem there so far. I am unable to test it on
Mac now. Does only Submit button causes the problems, or Close as well?
After digitizing a first feature and the dialog to submit or cancel is
shown. Anything i press (close, cancel or submit) will freeze the gui.
I'll try to look into gui/wxpython/dbmgr/dialogs.py
Replying to [comment:4 epifanio]:
> After digitizing a first feature and the dialog to submit or cancel is
shown. Anything i press (close, cancel or submit) will freeze the gui.
I'll try to look into gui/wxpython/dbmgr/dialogs.py
I suspect there is problem with modality of the dialog, in the case of
this dialog it is implemented in a weird way, you might want to look also
in vdigit/mapwindow.py search for DisplayAttributesDialog.