[GRASS-dev] Re: [osgeo4w] #37: grass: wxpython gui issues

#37: grass: wxpython gui issues
----------------------+-----------------------------------------------------
  Reporter: jachym | Owner: osgeo4w-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone:
Component: Package | Version:
Resolution: | Keywords: GRASS
----------------------+-----------------------------------------------------
Comment (by jef):

initial issue is fixed in grass-6.4.0RC3-1
g.mlist and regex support is there in grass-6.4.0RC3-2

grass6_wxgui.pyd and grass6_nviz.pyd are there now too (build with
handcrafted setup.py for distutils using MSVC7.1 - like python), link
fine, loads fine, but still doesn't seem to work.

I see following output in the Command Output tab:

{{{
Traceback (most recent call last):
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\toolbars.py",
line 1067, in OnSelectMap

self.StartEditing(self.layers[selection])
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\toolbars.py",
line 1099, in StartEditing

self.parent.digit = Digit(mapwindow=self.parent.MapWindow)
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\vdigit.py",
line 685, in __init__

VDigit.__init__(self, mapwindow)
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\vdigit.py",
line 223, in __init__

mapwindow)
   File
"C:/OSGeo4W/apps/grass/grass-6.4.0RC3\etc\wxpython\vdigit\grass6_wxvdigit.py",
line 327, in __init__

this = _grass6_wxvdigit.new_Digit(*args)
}}}

Any ideas?

--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/37#comment:13&gt;
OSGeo4W <http://trac.osgeo.org/osgeo4w&gt;
OSGeo4W is the Windows installer for the OSGeo stack.