<div dir="ltr">Just to update my last message, although wxgui won't start, GRASS will start in text mode. <div>In python I tried the import statment:</div><div><br></div><div><div>>>> from grass.pygrass import messages</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/pygrass/messages/__init__.py", line 19, in <module></div><div>    import grass.lib.gis as libgis</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/gis.py", line 23, in <module></div><div>    _libs["grass_gis.7.0.1RC2"] = load_library("grass_gis.7.0.1RC2")</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/ctypes_loader.py", line 57, in load_library</div><div>    raise ImportError,"%s not found." % libname</div><div>ImportError: grass_gis.7.0.1RC2 not found.</div></div><div><br></div><div> I can't find any file with that name in the package </div><div><br></div><div><br></div><div>Carlos</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 24, 2015 at 10:52 AM, Carlos Grohmann <span dir="ltr"><<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Well, if the errors are only about documentation, I can live with them.<div><br></div><div>So I went on to create the installation package. I had to manually download PackageMaker from Apple (Late 2012 version).</div><div><br></div><div>After creating and installing the package, when I run it, I get the startup dialog (choose location etc), but wxgui fails:</div><div><br></div><div><div>Launching <wxpython> GUI in the background, please wait...</div><div>GRASS 7.0.1RC2 (araca_utm):~/Documents/installs/release_20150720_grass_7_0_1RC2 > Unable to import pyGRASS: grass_gis.7.0.1RC2 not found.</div><div>Some functionality will be not accessible</div><span class=""><div>Traceback (most recent call last):</div></span><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/wxgui.py", line 37, in <module></div><div>    from lmgr.frame import GMFrame</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/lmgr/frame.py", line 50, in <module></div><div>    from lmgr.layertree        import LayerTree, LMIcons</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/lmgr/layertree.py", line 37, in <module></div><div>    from mapdisp.frame        import MapFrame</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/mapdisp/frame.py", line 34, in <module></div><div>    from vdigit.toolbars    import VDigitToolbar</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/vdigit/toolbars.py", line 30, in <module></div><div>    from iclass.digit       import IClassVDigit</div><div>  File "/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/iclass/digit.py", line 23, in <module></div><div>    from vdigit.wxdisplay import DisplayDriver, TYPE_AREA</div><div>ImportError: cannot import name TYPE_AREA</div></div><div><br></div><div><br></div><div><br></div><div>Carlos</div><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Jul 23, 2015 at 10:35 PM, William Kyngesburye <span dir="ltr"><<a href="mailto:woklist@kyngchaos.com" target="_blank">woklist@kyngchaos.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">I believe what happens is it compiles with links to where it will be installed, but during documentation creation it uses DYLD_LIBRARY_PATH to make it look in the build dir.  This is what is not working.<br>
</span><span class=""><span><br>
On Jul 23, 2015, at 7:40 PM, Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>> wrote:<br>
<br>
> On thing that I found weird id this:<br>
><br>
><br>
> dyld: Library not loaded: /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_gis.7.0.1RC2.dylib<br>
>   Referenced from: /Users/guano/Documents/installs/release_20150720_grass_7_0_1RC2/dist.x86_64-apple-darwin15.0.0/bin/g.parser<br>
>   Reason: image not found<br>
><br>
><br>
><br>
> Why load the library from /Applications/GRASS-7.0.app/ at compiling time? The package hasn't even been created yet...<br>
><br>
> Shouldn't this be loaded from the source dir?<br>
><br>
> Carlos<br>
><br>
><br>
><br>
><br>
><br>
><br>
</span></span><span class=""><span>> On Thu, Jul 23, 2015 at 12:09 AM, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com" target="_blank">woklist@kyngchaos.com</a>> wrote:<br>
> I don't see any GDAL problem there.  It looks like DYLD_LIBRARY_PATH is not working when running the modules to create documentation.<br>
><br>
> I don't know where to go from there.<br>
><br>
</span></span><span class=""><span>> On Jul 22, 2015, at 8:18 PM, Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>> wrote:<br>
><br>
> > Thanks, William.<br>
> ><br>
> > That worked, at least for the configure part. Now the problem is at compiling. At the end of make, I get a ton of errors in modules:<br>
<br>
</span><span>> > the first script, d.correlate, gives me this eror:<br>
> ><br>
> > cd scripts/d.correlate/<br>
> > GuanoAFBIOTA:d.correlate guano$ make<br>
> > if [ "/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate" != "" ] ; then GISRC=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/demolocation/.grassrc70 GISBASE=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0 PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:$PATH" PYTHONPATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/etc/python:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/gui/wxpython:$PYTHONPATH" DYLD_LIBRARY_PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:" LC_ALL=C /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate --html-description < /dev/null | grep -v '</body>\|</html>' > d.correlate.tmp.html ; fi<br>
> > dyld: Library not loaded: /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_gis.7.0.1svn.dylib<br>
> >   Referenced from: /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin/g.parser<br>
> >   Reason: image not found<br>
> > make: *** [d.correlate.tmp.html] Error 1<br>
> > rm d.correlate.tmp.html<br>
> ><br>
<br>
</span></span><span>-----<br>
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br>
<a href="http://www.kyngchaos.com/" rel="noreferrer" target="_blank">http://www.kyngchaos.com/</a><br>
<br>
</span><span class=""><div><div>"We are at war with them. Neither in hatred nor revenge and with no particular pleasure I shall kill every ___ I can until the war is over. That is my duty."<br>
<br>
"Don't you even hate 'em?"<br>
<br>
"What good would it do if I did? If all the many millions of people of the allied nations devoted an entire year exclusively to hating the ____ it wouldn't kill one ___ nor shorten the war one day."<br>
<br>
<Ha, ha> "And it might give 'em all stomach ulcers."<br>
<br>
- Tarzan, on war<br>
<br>
</div></div></span></blockquote></div><br><br clear="all"><span class=""><div><br></div>-- <br><div><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</div>