[GRASS-dev] wxnviz
Helena Mitasova
hmitaso at unity.ncsu.edu
Tue Jan 6 16:36:21 EST 2009
I am trying to get myself up to date on grass7, especially look at the
wxnviz but although I did make distclean and updated grass trunk
grass7_wxnviz is not found - am I perhaps missing
something in my configure (see below)?
thank you
Helena
P.S. Thanks for nviz_cmd - it is a very helpful addition and can
provide capabilities for dynamic surfaces which were lost when nviz
tcltk was modified.
CFLAGS="-g -Wall" ./configure \
--prefix=/local/home/helena/grasssvn \
--with-cxx \
--enable-64bit --with-libs=/usr/lib64 --enable-largefile --enable-shared
\
--with-bindir=/local/home/helena/grasssvn \
--with-gdal=/local/home/helena/gsgdal/bin/gdal-config \
--with-gdal-includes=/local/home/helena/gsgdal/include \
--with-gdal-libs=/local/home/helena/gsgdal/lib \
--with-proj=yes \
--with-proj-includes=/local/home/helena/gproj/include \
--with-proj-libs=/local/home/helena/gproj/lib \
--with-proj-share=/local/home/helena/gproj/share/proj \
--with-fftw \
--with-motif \
--with-freetype \
--with-freetype-includes=/usr/include/freetype2 \
--with-sqlite \
--with-python
Started compilation: Tue Jan 6 15:49:13 EST 2009
--
Errors in:
No errors detected.
import grass7_wxnviz as wxnviz
ImportError
:
No module named grass7_wxnviz
Traceback (most recent call last):
File "/local/home/helena/grasssvn/grass-7.0.svn/etc/wxpyth
on/gui_modules/toolbars.py", line 250, in OnSelectTool
self.mapdisplay.AddToolbar("nviz")
File "/local/home/helena/grasssvn/grass-7.0.svn/etc/wxpyth
on/gui_modules/mapdisp.py", line 2717, in AddToolbar
import nviz
File "/local/home/helena/grasssvn/grass-7.0.svn/etc/wxpyth
on/gui_modules/nviz.py", line 42, in ?
import nviz_mapdisp
File "/local/home/helena/grasssvn/grass-7.0.svn/etc/wxpyth
on/gui_modules/nviz_mapdisp.py", line 40, in ?
import grass7_wxnviz as wxnviz
ImportError
:
No module named grass7_wxnviz
More information about the grass-dev
mailing list