Hi,
I've encountered the following error launching the wxgui from Grass 6.5
using today's svn checkout:
(I get several screens worth of the following text)
<snip>
d': None}, 'boundaryOne': {'color': (0, 255, 0), 'enabled': True}, 'direction':
{'color': (255, 0, 0), 'enabled': False}, 'point': {'color': (0, 0, 0),
'enabled': True}, 'area': {'color': (217, 255, 217), 'enabled': False},
'vertex': {'color': (255, 20, 147), 'enabled': False}, 'boundaryNo': {'color':
(126, 126, 126), 'enabled': True}, 'highlight': {'color': (255, 255, 0),
'enabled': None}, 'centroidOut': {'color': (165, 42, 42), 'enabled': True},
'centroidIn': {'color': (0, 0, 255), 'enabled': True}, 'centroidDup': {'color':
(156, 62, 206), 'enabled': True}, 'nodeTwo': {'color': (0, 86, 45), 'enabled':
True}, 'nodeOne': {'color': (255, 0, 0), 'enabled': True}, 'boundaryTwo':
{'color': (255, 135, 0), 'enabled': True}, 'line': {'color': (0, 0, 0),
'enabled': True}}, 'queryDangle': {'than-selection': 0, 'thresh': 0},
'catBoundary': {'enabled': False}}, 'workspace': {'posManager': {'enabled':
False}, 'posDisplay': {'enabled': False}}, 'modeler': {'action': {'color':
{'disabled': (211, 211, 211, 255), 'running': (255, 0, 0), 'valid': (211, 211,
211), 'invalid': (255, 255, 255)}, 'width': {'default': 1, 'parameterized': 2},
'size': {'width': 100, 'height': 50}}, 'data': {'color': {'raster': (215, 215,
248), 'vector': (248, 215, 215), 'raster3d': (215, 248, 215)}, 'size':
{'width': 175, 'height': 50}}, 'loop': {'size': {'width': 175, 'height': 50}}},
'advanced': {'iconTheme': {'type': 'grass'}, 'settingsFile': {'type': 'home'}}}
advanced settingsFile type home
<snip>
After all this finishes, the following message is printed:
WARNING: Nviz extension (3D view mode) disabled. Reason: No module named ogsf
Traceback (most recent call last):
File "/usr/local/grass-6.5.svn/etc/wxpython/wxgui.py", line 85, in <module>
import gui_modules.nviz_tools as nviz_tools
File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nviz_tools.py", line
2861, in <module>
class NvizPreferencesDialog(PreferencesBaseDialog):
NameError: name 'PreferencesBaseDialog' is not defined
~ Eric.
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user