[GRASS-dev] Re: [GRASS GIS] #234: v.type, v.type.sh,
GUI and WinGRASS
GRASS GIS
trac at osgeo.org
Thu Mar 19 08:56:59 EDT 2009
#234: v.type, v.type.sh, GUI and WinGRASS
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: martinl
Type: defect | Status: assigned
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by cnielsen):
This bug still does not seem to be resolved, I get the following error
from my mingw/msys from trunk and from develbranch_6:
trunk:
Traceback (most recent call last):
File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\mapdisp_window.py", line 536, in OnIdle
self.UpdateMap(render=True)
File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\mapdisp_window.py", line 661, in UpdateMap
self.Draw(self.pdc, self.img, drawid=id)
File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\mapdisp_window.py", line 289, in Draw
pdc.DrawBitmap(bitmap, wx.Point(coords[0], coords[1]), True)
# draw the composite map
File "c:\MinGW\Python\lib\site-packages\wx-2.8-msw-
unicode\wx\_gdi.py", line 7438, in DrawBitmap
return _gdi_.PseudoDC_DrawBitmap(*args, **kwargs)
TypeError
:
in method 'PseudoDC_DrawBitmap', expected argument 3 of type
'int'
Traceback (most recent call last):
File
"C:/MinGW/msys/local/grass-7.0.svn/etc/wxpython/wxgui.py",
line 521, in OnMenuCmd
menuform.GUI().ParseCommand(cmd, parentframe=self)
File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\menuform.py", line 1732, in ParseCommand
xml.sax.parseString( getInterfaceDescription(cmd[0]),
handler )
File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\menuform.py", line 1673, in getInterfaceDescription
raise IOError, _("Unable to fetch interface description for
command '%s'.") % cmd
IOError
:
Unable to fetch interface description for command
'v.type.py'.
develbranch_6:
Traceback (most recent call last):
File
"C:/MinGW/msys/local/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 514, in OnMenuCmd
menuform.GUI().ParseCommand(cmd, parentframe=self)
File "C:\MinGW\msys\local\grass-6.4.0svn\etc\wxpython\gui_
modules\menuform.py", line 1711, in ParseCommand
xml.sax.parseString( getInterfaceDescription(cmd[0]),
handler )
File "C:\MinGW\msys\local\grass-6.4.0svn\etc\wxpython\gui_
modules\menuform.py", line 1652, in getInterfaceDescription
raise IOError, _("Unable to fetch interface description for
command '%s'.") % cmd
IOError
:
Unable to fetch interface description for command
'v.type.py'.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/234#comment:8>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list