Hi, 2010/8/14 Markus Metz <[email protected]>: >> I've tried compiling wingrass65, there is only the ctypes problem. >> I've tried to start wingrass out of >> C:\OSGeo4W\usr\src\grass6_devel\bin.i686-pc-mingw32, >> there is following error: >> >> GRASS 6.5> Traceback (most recent call last):File >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/wxgui.py", >> line 65, in import gui_modules.layertree as layertreeFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/layertree.py", >> line 40, in import toolbarsFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/toolbars.py", >> line 42, in from nviz import haveNvizFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/nviz.py", >> line 29, in import nviz_mapdispFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/nviz_mapdisp.py", >> line 39, in from workspace import Nviz as NvizDefaultFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/workspace.py", >> line 40, in import wxnvizFile >> "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc/wxpython/gui_modules/wxnviz.py", >> line 59, in errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)NameError: >> name 'UNCHECKED' is not defined > > same on linux > why is wxnviz loaded on startup?
yes, wxnviz is loaded on the startup because of a little bit complicated modules dependency. It could be possible to avoid loading wxnviz on startup. Or to keep the current behaviour and catch up errors caused by wxnviz more precisely. Now should be fixed in trunk and devbr6. The next winGRASS should be built correctly. Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
