[GRASS-dev] Issues of 6.5 build on WinXP
Jan Tošovský
j.tosovsky at tiscali.cz
Thu Jan 7 16:57:23 EST 2010
> > 2009/12/28 Jan Tošovský <j.tosovsky at tiscali.cz>:
> > > 1) I cannot add a new vector map layer. Only a dummy one is
> > added without
> > > the standard option dialog. All corresponding messages from
> > the Command
> > > output tab can be found at the bottom of this e-mail.
> > Raster maps are Ok.
> >
> > I commented out problematic code in r40191. Now should work.
> >
> > Martin
>
> Wow, it works as expected (I can add a vector map via GUI)!
I've built 6.5 from svn 40297 and adding map layers is broken again. Now
both vector and raster!
Jan
======= raster log ============
Traceback (most recent call last):
File
"C:/OSGeo4W/apps/grass/grass-6.5.svn/etc/wxpython/wxgui.py",
line 1244, in OnAddRaster
self.AddRaster(event)
File
"C:/OSGeo4W/apps/grass/grass-6.5.svn/etc/wxpython/wxgui.py",
line 1369, in AddRaster
self.curr_page.maptree.AddLayer('raster')
File "c:/OSGeo4W/usr/src/grass6-devel/dist.i686-pc-
mingw32/etc/wxpython/gui_modules/wxgui_utils.py", line 794,
in AddLayer
self.PropertiesDialog(layer, show=True)
File "c:/OSGeo4W/usr/src/grass6-devel/dist.i686-pc-
mingw32/etc/wxpython/gui_modules/wxgui_utils.py", line 862,
in PropertiesDialog
parentframe=self)
File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui
_modules\menuform.py", line 1811, in ParseCommand
get_dcmd=get_dcmd, layer=layer)
File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui
_modules\menuform.py", line 810, in __init__
self.goutput.SetSashPosition(int(self.GetSize()[1] * .75))
AttributeError
:
'NoneType' object has no attribute 'SetSashPosition'
========= vector log ============
Traceback (most recent call last):
File
"C:/OSGeo4W/apps/grass/grass-6.5.svn/etc/wxpython/wxgui.py",
line 1301, in OnAddVector
self.AddVector(event)
File
"C:/OSGeo4W/apps/grass/grass-6.5.svn/etc/wxpython/wxgui.py",
line 1403, in AddVector
self.curr_page.maptree.AddLayer('vector')
File "c:/OSGeo4W/usr/src/grass6-devel/dist.i686-pc-
mingw32/etc/wxpython/gui_modules/wxgui_utils.py", line 794,
in AddLayer
self.PropertiesDialog(layer, show=True)
File "c:/OSGeo4W/usr/src/grass6-devel/dist.i686-pc-
mingw32/etc/wxpython/gui_modules/wxgui_utils.py", line 891,
in PropertiesDialog
parentframe=self)
File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui
_modules\menuform.py", line 1811, in ParseCommand
get_dcmd=get_dcmd, layer=layer)
File "C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\wxpython\gui
_modules\menuform.py", line 810, in __init__
self.goutput.SetSashPosition(int(self.GetSize()[1] * .75))
AttributeError
:
'NoneType' object has no attribute 'SetSashPosition'
More information about the grass-dev
mailing list