[GRASS-dev] Re: [GRASS GIS] #1046: Compile error in gui/wxpython
using make -j8
GRASS GIS
trac at osgeo.org
Fri Apr 30 17:20:47 EDT 2010
#1046: Compile error in gui/wxpython using make -j8
------------------------+---------------------------------------------------
Reporter: huhabla | Owner: grass-dev at 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>
More information about the grass-dev
mailing list