<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 14, 2016 at 11:14 AM, Michael Barton <span dir="ltr"><<a href="mailto:Michael.Barton@asu.edu" target="_blank">Michael.Barton@asu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:bitstreamveraserif-roman">Oddly, the only things I've run into that don't work so far are 3D mode, vector digitizer, and raster digitizer. The only errors are the following in the terminal at startup:</div>
<div style="font-family:bitstreamveraserif-roman"><br>
</div>
<div><font face="BitstreamVeraSerif-Roman">Launching <wxpython> GUI in the background, please wait...<br>
GRASS 7.3.svn (nc_spm_08_grass7):~ > Unable to import pyGRASS: grass_gis.7.3.svn not found.<br>
Some functionality will be not accessible<br>
</font><br>
</div>
<div>And the following in the console after startup:</div>
<div><br>
</div>
<div>
<div>3D view mode not available                                                      </div>
<div>Reason: grass_gis.7.3.svn not found.   </div>
<div>                                         </div>
<div>Vector digitizer not available                                                  </div>
<div>Reason: cannot import name GV_LINES                                             </div>
<div>Note that the wxGUI's vector digitizer is currently disabled</div>
<div>(hopefully this will be fixed soon). Please keep an eye out</div>
<div>for updated versions of GRASS. In the meantime you can use</div>
<div>"v.digit" from the Develop Vector menu.</div>
<div><br>
</div>
</div>
<div style="font-family:bitstreamveraserif-roman">The 3D mode error seems similar to the pyGRASS not importing error</div>
<div style="font-family:bitstreamveraserif-roman">I'm not sure where GV_LINES comes from.</div>
<div style="font-family:bitstreamveraserif-roman"><br>
</div>
<div style="font-family:bitstreamveraserif-roman">Any ideas on this? If these turn out to be the only problems, we are close to finally getting this issue resolved.</div></blockquote></div><br></div><div class="gmail_extra">This is likely caused by the fact that the dynamic libraries are not loaded because the DYLD_LIBRARY_PATH is ignored. If you disable SIP you will get past that.<br><br>Anyway I don't understand why the modules are working (e.g. GRASS and GUI starts) and ctypes are not (v digitizer, 3D, PyGRASS depend on ctypes loading the GRASS libs). It seems that that's the part needed to resolve this issue. (It is actually the same for Homebrew as well.)<br><br></div><div class="gmail_extra">PyGRASS should not be touched during startup and in GUI, so I don't know where "Unable to import pyGRASS" is coming from but that's a secondary issue not spotted elsewhere (it is also an old version).<br><br></div><div class="gmail_extra">Vaclav<br></div></div>