I’m starting to use grass 64 and the GUI has been improved a lot; the new icons are really nice too. Unfortunately, I’ve been trying to use wxnviz, but haven’t been able to do so. I’ve compiled grass with wxwidgets, and nviz (trad) works fine. I’m attaching the problem at the end.
Best, Jaime
Traceback (most recent call last): File “/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/toolbars.py”, line 253, in OnSelectTool
self.mapdisplay.AddToolbar(“nviz”) File “/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/mapdisp.py”, line 2769, in AddToolbar
import nviz File “/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/nviz.py”, line 49, in
import nviz_mapdisp File “/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/nviz_mapdisp.py”, line 40, in
import grass6_wxnviz as wxnviz ImportError : No module named grass6_wxnviz
2009/1/15 Jaime Carrera <jaicarrerahdez@yahoo.com>:
icons are really nice too. Unfortunately, I've been trying to use wxnviz,
but haven't been able to do so. I've compiled grass with wxwidgets, and nviz
(trad) works fine. I'm attaching the problem at the end.
Traceback (most recent call last):
File "/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/toolbars.py",
line 253, in OnSelectTool
self.mapdisplay.AddToolbar("nviz")
File "/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/mapdisp.py", line
2769, in AddToolbar
import nviz
File "/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/nviz.py", line
49, in <module>
import nviz_mapdisp
File "/usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/nviz_mapdisp.py",
line 40, in <module>
import grass6_wxnviz as wxnviz
ImportError
:
No module named grass6_wxnviz
Are you sure that you compiled wxnviz? You need to enable also python
and c++ configuration switches.