#539: Error on "Display Map" in wxpython
------------------------------+---------------------------------------------
Reporter: cnielsen | Owner: [email protected]
Type: defect | Status: new
Priority: major | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by cnielsen):
Still no resolution to this bug, perhaps it relates to the change from
mapdisp.py
{{{
pdc.DrawBitmap(bitmap, coords[0], coords[1], True) # draw the composite
map
}}}
To mapdisp_window.py:
{{{
pdc.DrawBitmap(bitmap, wx.Point(coords[0], coords[1]), True) # draw the
composite map
}}}
The error says "expected argument 3 of type 'int'" and it seems that it is
still looking for "coords[1]" when in the latter case it is instead
getting "true" since "coords[1]" has been put within wx.Point as part of
arg 2.
Trying to trace this back I noticed that the
grass-6.5.svn/etc/wxpython/vdigit folder is empty. Apparently vdigit isn't
compiling at all. Ideas?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/539#comment:4>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev