#1987: wxGUI: traceback in map selection drop down
-----------------------+----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: trivial | Milestone: 6.4.3
Component: wxGUI | Version: svn-trunk
Keywords: list tree | Platform: Linux
Cpu: x86-64 |
-----------------------+----------------------------------------------------
Hi,
here's a traceback from the map selection dropdown list. all 6.4.3svn --
7.svn.
start the wxGUI. Add a raster or vector map. At the d.rast/d.vect dialog
click the arrow to get the list of map names to select from. On one of the
{>,v} Mapset: lines, on the bar to the _right_ of the words click and drag
the left mouse button a little and you trigger it. In 6.4.3svn clicking on
the mapset text closes the selector prematurely, in trunk it doesn't, but
you get the same traceback error.
{{{
Traceback (most recent call last):
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/lib/mixins/treemixin.py",
line 502, in OnBeginDrag
if self.IsValidDragItem(self._dragItem):
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/lib/mixins/treemixin.py",
line 569, in IsValidDragItem
return dragItem and dragItem != self.GetRootItem()
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 5051, in
__ne__
return _controls_.TreeItemId___ne__(*args, **kwargs)
TypeError
:
in method 'TreeItemId___ne__', expected argument 2 of type
'wxTreeItemId const *'
}}}
tested on debian/squeeze 64bit.
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1987>
GRASS GIS <http://grass.osgeo.org>