#1046: Compile error in gui/wxpython using make -j8 ------------------------+--------------------------------------------------- Reporter: huhabla | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: minor | Milestone: 7.0.0 Component: Compiling | Version: svn-trunk Resolution: | Keywords: make -j8, wxGUI Platform: Linux | Cpu: x86-32 ------------------------+--------------------------------------------------- Comment (by glynn):
Replying to [comment:3 huhabla]: {{{ import grass.script as grass ImportError: No module named grass.script }}} I think that it needs this: {{{ --- gui/wxpython/Makefile (revision 41749) +++ gui/wxpython/Makefile (working copy) @@ -34,6 +34,7 @@ menustrings.py: gui_modules/menudata.py xml/menudata.xml GISBASE="$(GISBASE)" \ + PYTHONPATH="$(GISBASE)/etc/python" \ $(PYTHON) $< > $@ #doxygen: }}} -- Ticket URL: <http://trac.osgeo.org/grass/ticket/1046#comment:4> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev