[GRASS-dev] [GRASS GIS] #3899: g.gui.gmodeler: loading of modeller file broken with TypeError
GRASS GIS
trac at osgeo.org
Tue Sep 3 22:37:58 PDT 2019
#3899: g.gui.gmodeler: loading of modeller file broken with TypeError
--------------------------+-------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords: python3
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by neteler):
Replying to [comment:1 pesekon2]:
> It works for me and I believe that it should be fixed by this commit:
>
https://github.com/OSGeo/grass/commit/82793da8c6772e87c2c3de4e8f2256612d1e6c76
Wonderful, it works now! Thanks a lot.
Only this msg clutter remained:
{{{
/home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
gnu/gui/wxpython/gmodeler/dialogs.py:952: wxPyDeprecationWarning: Call to
deprecated item. Use InsertItem instead.
index = self.InsertStringItem(i, str(i))
/home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
gnu/gui/wxpython/gmodeler/dialogs.py:953: wxPyDeprecationWarning: Call to
deprecated item. Use SetItem instead.
self.SetStringItem(index, 0, name)
/home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
gnu/gui/wxpython/gmodeler/dialogs.py:954: wxPyDeprecationWarning: Call to
deprecated item. Use SetItem instead.
self.SetStringItem(index, 1, inloop)
/home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
gnu/gui/wxpython/gmodeler/dialogs.py:955: wxPyDeprecationWarning: Call to
deprecated item. Use SetItem instead.
self.SetStringItem(index, 2, param)
/home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
gnu/gui/wxpython/gmodeler/dialogs.py:956: wxPyDeprecationWarning: Call to
deprecated item. Use SetItem instead.
self.SetStringItem(index, 3, desc)
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3899#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list