[GRASS-user] Building -7.0 Fails
Markus Neteler
neteler at osgeo.org
Sat Mar 15 02:56:53 PDT 2014
Rich,
On Fri, Mar 14, 2014 at 8:13 PM, Rich Shepard <rshepard at appl-ecosys.com> wrote:
> Running Slackware-14.1 here with Python-2.7.5 and wxPython-2.8.12.1. I
> just decided to install -7svn in addition to -6.5svn. The latter continues
> to build error-free; the latter fails:
>
> /home/rshepard/GIS/GRASS/grass-7.0svn/gui/wxpython/timeline
> --
> In case of errors please change into the directory with error and run
> 'make'.
> If you get multiple errors, you need to deal with them in the order they
> appear in the error log. If you get an error building a library, you will
> also get errors from anything which uses the library.
>
> /dev/null | grep -v '</body>\|</html>' > g.gui.timeline.tmp.html
> Traceback (most recent call last):
> File
> "/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/scripts/g.gui.timeline",
> line 39, in <module>
> import wx
> ImportError: No module named wx
> make[1]: *** [g.gui.timeline.tmp.html] Error 1
> rm g.gui.timeline.tmp.html
> make[1]: Leaving directory
> /home/rshepard/GIS/GRASS/grass-7.0svn/gui/wxpython/timeline'
> make: *** [guiscript] Error 2
>
> There is no error log in the base directory.
>
> All suggestions on why wx fails to import are certainly welcome.
Just to be sure, do you configure with
./configure \
--with-python \
--with-wxwidget \
...
?
Markus
More information about the grass-user
mailing list