Opened 16 years ago
Closed 13 years ago
#541 closed defect (wontfix)
wxDigit on windows fails (osgeo4w 6.4.svn)
Reported by: | cnielsen | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.2 |
Component: | wxGUI | Version: | 6.4.0 RCs |
Keywords: | wingrass, osgeo4w | Cc: | grass-dev@… |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
I don't think this has been reported... the toolbar opens and the new layer seems to work, but when a layer is selected, the following comes up in command output: Traceback (most recent call last):
File "c:\Programs\GIS\osgeo4w\apps\grass\grass-6.4.0svn\et
c\wxpython\gui_modules\toolbars.py", line 1071, in OnSelectMap
self.StartEditing(self.layers[selection])
File "c:\Programs\GIS\osgeo4w\apps\grass\grass-6.4.0svn\et
c\wxpython\gui_modules\toolbars.py", line 1103, in StartEditing
self.parent.digit = Digit(mapwindow=self.parent.MapWindow)
File "c:\Programs\GIS\osgeo4w\apps\grass\grass-6.4.0svn\et
c\wxpython\gui_modules\vdigit.py", line 685, in init
VDigit.init(self, mapwindow)
File "c:\Programs\GIS\osgeo4w\apps\grass\grass-6.4.0svn\et
c\wxpython\gui_modules\vdigit.py", line 223, in init
mapwindow)
File "c:/Programs/GIS/osgeo4w/apps/grass/grass-6.4.0svn\et
c\wxpython\vdigit\grass6_wxvdigit.py", line 327, in init
this = _grass6_wxvdigit.new_Digit(*args) TypeError : in method 'new_Digit', argument 2 of type 'wxWindow *'
Then any attempts at editing gives the message: "No Vector map selected for editing"
Change History (7)
follow-up: 4 comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 15 years ago
Keywords: | wingrass osgeo4w added |
---|
comment:4 by , 14 years ago
Replying to martinl:
This known issue, wxvdigit and wxnviz is not working on MS Windows... Hopefully will be fixed soon.
see comment in https://trac.osgeo.org/grass/ticket/627#comment:5
Helmut
follow-up: 6 comment:5 by , 14 years ago
Milestone: | 6.4.0 → 6.4.2 |
---|
comment:6 by , 13 years ago
Replying to martinl:
Can you try 6.4.2 from http://wingrass.fsv.cvut.cz/grass64/?
comment:7 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This bugs refers to old swig-based digitizer, closing as wontfix.
This known issue, wxvdigit and wxnviz is not working on MS Windows... Hopefully will be fixed soon.