Opened 15 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)

comment:1 by martinl, 15 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

This known issue, wxvdigit and wxnviz is not working on MS Windows... Hopefully will be fixed soon.

comment:3 by neteler, 14 years ago

Keywords: wingrass osgeo4w added

in reply to:  1 comment:4 by hellik, 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

comment:5 by martinl, 13 years ago

Milestone: 6.4.06.4.2

in reply to:  5 comment:6 by martinl, 13 years ago

Replying to martinl:

Can you try 6.4.2 from http://wingrass.fsv.cvut.cz/grass64/?

comment:7 by martinl, 13 years ago

Resolution: wontfix
Status: assignedclosed

This bugs refers to old swig-based digitizer, closing as wontfix.

Note: See TracTickets for help on using tickets.