Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-20 Thread Michael Barton
I've held off updating to make sure I could continue to provide binaries for the GRASS community. If you are right, I will upgrade one of my computers to the new OS and try this. SIP off and compile. The question then is whether users need to turn SIP off to install in the normal applications

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-19 Thread Rainer M Krug
Adam Dershowitz writes: > On 3/16/16, 9:03 AM, "Michael Barton" wrote: > >>I've held off updating to make sure I could continue to provide binaries >>for the GRASS community. If you are right, I will upgrade one of my >>computers to the new OS

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-19 Thread Adam Dershowitz
On 3/16/16, 6:24 AM, "Rainer M Krug" wrote: >Rainer M Krug writes: > >> Adam Dershowitz writes: >> >>> Got it. Now, based on that, I have found it. Apparently, it is for >>> protected processes: >>> >>>

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-19 Thread Adam Dershowitz
On 3/16/16, 9:03 AM, "Michael Barton" wrote: >I've held off updating to make sure I could continue to provide binaries >for the GRASS community. If you are right, I will upgrade one of my >computers to the new OS and try this. SIP off and compile. I hope that will

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-19 Thread Rainer M Krug
Michael Barton writes: > I've held off updating to make sure I could continue to provide > binaries for the GRASS community. If you are right, I will upgrade one > of my computers to the new OS and try this. SIP off and compile. Pleas note that I used homebrew to

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-18 Thread William Kyngesburye
Why it's working for Rainer's compiled GRASS at runtime is because all the GRASS libraries and executables and dependencies have the same embedded paths as where they are installed. DYLD_LIBRARY_PATH is still ignored from SIP, but it's not needed. The binary app install has the extras with

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-16 Thread Rainer M Krug
Rainer M Krug writes: > Adam Dershowitz writes: > >> Got it. Now, based on that, I have found it. Apparently, it is for >> protected processes: >> >> https://developer.apple.com/library/mac/documentation/Security/Conceptual/S >>

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-16 Thread Rainer M Krug
Adam Dershowitz writes: > Got it. Now, based on that, I have found it. Apparently, it is for > protected processes: > > https://developer.apple.com/library/mac/documentation/Security/Conceptual/S >

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-16 Thread Rainer M Krug
William Kyngesburye writes: > On Mar 15, 2016, at 2:05 PM, Rainer M Krug wrote: >> >> William Kyngesburye writes: >> >>> This is also a known issue, related to but separate from the packaging >>> issue. During compilation, GRASS

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
Got it. Now, based on that, I have found it. Apparently, it is for protected processes: https://developer.apple.com/library/mac/documentation/Security/Conceptual/S ystem_Integrity_Protection_Guide/RuntimeProtections/RuntimeProtections.html So, would it be possible to just just the paths that

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread William Kyngesburye
GRASS does not write to those SIP-restricted locations. From what I've read, SIP also causes apps to ignore DYLD_LIBRARY_PATH, no matter where it points to. And the errors that have been reported point to it as well. > On Mar 15, 2016, at 3:06 PM, Adam Dershowitz

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
On 3/15/16, 3:37 PM, "grass-user on behalf of William Kyngesburye" wrote: >On Mar 15, 2016, at 2:05 PM, Rainer M Krug wrote: >> >> William Kyngesburye writes: >> >>> This is

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread William Kyngesburye
On Mar 15, 2016, at 2:05 PM, Rainer M Krug wrote: > > William Kyngesburye writes: > >> This is also a known issue, related to but separate from the packaging >> issue. During compilation, GRASS also uses DYLD_LIBRARY_PATH to find >> the in-compilation

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
Adam Dershowitz writes: > I don’t see an option to do that. The portfile has a few variants, but > nothing related to the gui. OK - but it is interesting, that GRASS does actually compile and install successfully - see the email from William. > > -- Adam > > > > > >

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
William Kyngesburye writes: > This is also a known issue, related to but separate from the packaging > issue. During compilation, GRASS also uses DYLD_LIBRARY_PATH to find > the in-compilation copies of the libraries so it can run the modules > to create the help files.

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
I don’t see an option to do that. The portfile has a few variants, but nothing related to the gui. -- Adam On 3/15/16, 12:32 PM, "Rainer M Krug" wrote: >Adam Dershowitz writes: > >> I use Macports for a bunch of other things (and Homebrew is

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread William Kyngesburye
This is also a known issue, related to but separate from the packaging issue. During compilation, GRASS also uses DYLD_LIBRARY_PATH to find the in-compilation copies of the libraries so it can run the modules to create the help files. The packaging issue with DYLD_LIBRARY_PATH can be fixed in

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
I tried again to install 7.1 head without GUI using homwbrew, and I get the following error: , | bash-4.3$ less /Users/rainerkrug/Library/Logs/Homebrew/grass-71/02.make | bash-4.3$ cd /private/tmp/grass-7120160315-47344-1ybn5ar/scripts/d.rast.leg | bash-4.3$ ls | Makefile

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
Adam Dershowitz writes: > I use Macports for a bunch of other things (and Homebrew is incompatible > with Macports) So, I figured that I would just tried to install grass7 > using macports. It does seem to install, but the gui doesn’t work: > > $grass70 > Cleaning

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
I use Macports for a bunch of other things (and Homebrew is incompatible with Macports) So, I figured that I would just tried to install grass7 using macports. It does seem to install, but the gui doesn’t work: $grass70 Cleaning up temporary files... Starting GRASS GIS... ERROR: wxGUI

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
William Kyngesburye <kyngch...@kyngchaos.com<mailto:kyngch...@kyngchaos.com>>, Anna Petrášová <kratocha...@gmail.com<mailto:kratocha...@gmail.com>> Subject: Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing) The reason is that I (and William) p

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
Michael Barton writes: > The reason is that I (and William) package some key dependencies with > the binary. The most important is wxPython, which is required by the > GUI. If a user does not have exactly the same version of wxPython used > to compile the binary, the GUI

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Michael Barton
The reason is that I (and William) package some key dependencies with the binary. The most important is wxPython, which is required by the GUI. If a user does not have exactly the same version of wxPython used to compile the binary, the GUI will fail. Making this more complicated is the fact

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Carlos Grohmann
I run GRASS on OSX El Capitan (with SIP disabled). I don't think that setting up a CLI-only version would be a solution as well. As Rainer said, other software runs natively (see QGIS) and they don't have any problems with OSX/SIP. We should look into that. I don't understand why GRASS is

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
port * > >>> > >>> File > >>> "/Applications/GRASS-6.4.app/Contents/MacOS/etc/python/wx/_core.py", > >>> line 4, in > >>> > >>> import _core_ > >>> > >>> ImportError: dlope

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
Ken Mankoff writes: > On 2016-03-15 at 08:45, Adam Dershowitz wrote: >> If people are avoiding a useful system upgrade because of a single >> application, that indicates that the application is important. > > Agreed. > >> I've never used docker, but

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
>> >>> >>> Thanks, >>> >>> -- Adam >>> >>> From: Adam Dershowitz <adershow...@exponent.com> >>> Date: Monday, March 14, 2016 at 11:21 PM >>> To: Michael Barton <michael.bar...@asu.edu>, grass-user grass-user &

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Ken Mankoff
On 2016-03-15 at 08:45, Adam Dershowitz wrote: > If people are avoiding a useful system upgrade because of a single > application, that indicates that the application is important. Agreed. > I've never used docker, but was just checking up on, and it doesn¹t > appear

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Adam Dershowitz
me otherwise. > >Cheers, > >Rainer > >> >> Thanks, >> >> -- Adam >> >> From: Adam Dershowitz <adershow...@exponent.com> >> Date: Monday, March 14, 2016 at 11:21 PM >> To: Michael Barton <michael.bar...@asu.edu>, grass-user gr

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
gt; >> Cheers, >> >> Rainer >> >>> >>> Thanks, >>> >>> -- Adam >>> >>> From: Adam Dershowitz <adershow...@exponent.com> >>> Date: Monday, March 14, 2016 at 11:21 PM >>> To: Michael Barton

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Michael Barton
, >> >> -- Adam >> >> From: Adam Dershowitz <adershow...@exponent.com> >> Date: Monday, March 14, 2016 at 11:21 PM >> To: Michael Barton <michael.bar...@asu.edu>, grass-user grass-user >> <grass-user@lists.osgeo.org> >> S

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-15 Thread Rainer M Krug
ar...@asu.edu>, grass-user grass-user > <grass-user@lists.osgeo.org> > Subject: Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with > wxPython (missing) > > And, I just tried to run 6.4, which I still had installed, and it also > won’t run, but with a different er

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-14 Thread Adam Dershowitz
ailto:michael.bar...@asu.edu>> Date: Monday, February 15, 2016 at 3:24 PM To: grass-user grass-user <grass-user@lists.osgeo.org<mailto:grass-user@lists.osgeo.org>> Subject: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing) The packaging seems to have gon

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-14 Thread Adam Dershowitz
ss-user@lists.osgeo.org<mailto:grass-user@lists.osgeo.org>> Subject: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing) The packaging seems to have gone awry. I've been out of the country and then sick since returning. Once I get well enough to get to the office, I'll

Re: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-03-14 Thread Adam Dershowitz
t 3:24 PM To: grass-user grass-user <grass-user@lists.osgeo.org<mailto:grass-user@lists.osgeo.org>> Subject: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing) The packaging seems to have gone awry. I've been out of the country and then sick since returning. O

[GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-02-15 Thread Michael Barton
.asu.edu On Feb 15, 2016, at 12:59 PM, grass-user-requ...@lists.osgeo.org<mailto:grass-user-requ...@lists.osgeo.org> wrote: From: gene <martin.lal...@gmail.com<mailto:martin.lal...@gmail.com>> Subject: [GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing) Date:

[GRASS-user] GRASS GIS 7.03 for Mac OS X, problem with wxPython (missing)

2016-02-15 Thread gene
With the 7.0.3 version of GRASS GIS on the Mac (M.Barton) I can only launch GRASS-7.0.app (7.0.3) in text mode. When I try to launch the App or use g.gui wxpython in the Grass shell the error is: "Launching GUI in the background, please wait… ERROR: wxGUI