Opened 16 years ago

Closed 15 years ago

#285 closed defect (fixed)

error in table manager

Reported by: msieczka Owned by: martinl
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc: grass-dev@…
CPU: All Platform: All

Description

Using the table manager in r33238 I had an error:

Traceback (most recent call last):
  File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/dbm.py",
line 1569, in OnPageChanged

self.FindWindowById(self.layerPage[self.layer]['data']).\
KeyError
:
None
Traceback (most recent call last):
  File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/dbm.py",
line 1569, in OnPageChanged

self.FindWindowById(self.layerPage[self.layer]['data']).\
KeyError
:
None
Traceback (most recent call last):
  File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/dbm.py",
line 1569, in OnPageChanged

self.FindWindowById(self.layerPage[self.layer]['data']).\
KeyError
:
None

I can't say the exact circumstances but maybe the traceback gives you an idea.

Change History (2)

comment:1 by martinl, 16 years ago

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

Should be fixed in r33278.

comment:2 by martinl, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.