Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-19 Thread Michael Barton
Problem solved and new versions of GRASS 7.2.2 and GRASS 7.4 svn have been posted to GRASSMac. I found that the issue with extensions compiling was because I'd deleted clang and related files in an effort to reduce the size of the app. This is not needed to run GRASS, but is needed to compile

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-19 Thread Michael Barton
You probably got that error because you didn’t launch this as a normal Mac app. Michael Barton School of Human Evolution Change Center for Social Dynamics & Complexity Arizona State University ...Sent from my iPad > On Jan 19, 2018, at 12:02 AM, Ken Mankoff wrote: > > Hi,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Ken Mankoff
Hi, I just downloaded the 7.2.2 version and ran it at the CLI from my terminal with: /Applications/GRASS-7.2.app/Contents/MacOS/Grass.sh --text And it seems to work from some basics tests. Vector digitizing even seems to work! At least the toolbar displays which it doesn't in the Fink build,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Michael Barton
Although it compiled, it seems that the startup script is missing. I need to look at this tomorrow and see what is happening. I have removed it from the GRASSMac web site. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Michael Barton
I was able to compile GRASS 7.4.0 RC2 and have just posted it to the GRASS Mac web site. This is a clickable Mac *.app bundled with dependencies and Python. So it *should* work without conflicts. But it is not a full fledged version of Python that you can customize with new packages. For that,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Michael Barton
It would make life easier for people using GRASS. I'm not sure how that would be implemented, but if the QGIS folks do it, we should be able to do it too. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Michael Barton
I get this kind of thing regularly when GRASS tries to compile from g.extension. Sometimes it is because of a problem with the add-on file. Do ALL addons fail or just this one? Have you tried it from g.extension instead of the GUI wrapper? It might help sort out the error. MIchael

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Michael Barton
Stuart, A couple of questions: 1. How did you try to launch GRASS? 2. Did you purposefully set your terminal to a green color or did this happen automatically? (I know it's weird but let me know). MIchael C. Michael Barton Director, Center for Social Dynamics & Complexity

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Carlos Grohmann
Great! Continuing with the tests, one of my students got this when trying to install r.stream.distance: Fetching from GRASS GIS Addons repository (be patient)... Compiling... /bin/sh: /Applications/GRASS-7.2.app/Contents/Resources/bin/clang: No such file or directory make: ***

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Stuart Edwards
Hi - Just tried to open the new package on a MacBook Pro running 10.13.2 (High Sierra) and got this message: Starting GRASS GIS... ERROR: wxGUI requires wxPython. No module named _core_ Thanks for all your efforts on this 'project'... Stu > On Jan 17, 2018, at 5:14 PM, Michael Barton

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-18 Thread Helmut Kudrnovsky
>As far as I know the QGIS project pays this license fee (through OSGeo?). AFAIK it's payed by OSGeo. - best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html ___ grass-user mailing list

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Markus Neteler
Am 18.01.2018 12:29 vorm. schrieb "Michael Barton" : Thanks Carlos, Many recent versions seem to take a long time to initialize the first time opened. And of course this needs to be opened with a Ctrl-click because I have not paid Apple $100/year to be able to sign

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
Just tried it on my laptop. There is history in the minimalist python shell. You just have to hold down the cmd key while pressing the up or down arrow key. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
Carlos, I believe the problem here is that you are mixing the bundled Python with your system Python. There is no seaborn package installed in the app. We just bundled the Python needed to run GRASS and its modules. I assume you have installed seaborn into your system Python. But since within

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Carlos Grohmann
Hello Michael I got the error message when importing seaborn (see below). I'm more used to the regular terminal window, so that's where I noticed the lack of python history. I just checked on the GUI terminal, and seaborn imports without errors, but there's no history as well (the arrow key move

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
Thanks Carlos, Many recent versions seem to take a long time to initialize the first time opened. And of course this needs to be opened with a Ctrl-click because I have not paid Apple $100/year to be able to sign packages. I am curious about the error message. Were these some of your custom

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Carlos Grohmann
Fantastic! After installing it, it kinda froze the first time I opened it, but the second time there was no issues. NVIZ works! I tried to run some python scripts and in the first time I got an error message, complaining about matplotlib, but luckily the error message said to use 'pythonw'

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
Because this is a relatively new way to compile GRASS, I hesitate to claim it is a 'bug' in the 7.4 code until others have had a chance to look at the brief error output I sent. I'm not sure what to report is the problem at the moment, as the errors in 7.4 RB and 7.4.0RC2 seem different. I can

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Markus Neteler
On Wed, Jan 17, 2018 at 11:14 PM, Michael Barton wrote: > I've just posted a new GRASS 7.2.2 dmg to the GRASS for Mac web site > (http://grassmac.wikidot.com). This one is compiled with gettext for > internationalization. Please test. Great! > I have not been able to get

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
I've just posted a new GRASS 7.2.2 dmg to the GRASS for Mac web site (http://grassmac.wikidot.com). This one is compiled with gettext for internationalization. Please test. I have not been able to get 7.4 to compile yet. Michael C. Michael Barton Director, Center for

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
I understand the desire not to waste effort. However, it seems that it will still be some time before Phoenix is completely stable and we have code that works with it. Issues 1 and 2 seem to be easily fixable things in the current code. Are any other platforms using wxPython 3.0.2 yet? If so,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Michael Barton
Eric has already documented it pretty well. I'm making a set of notes organized a bit differently that will help me move through the workflow rapidly. Once we get it nailed down, we can put it on the WIKI and/or link to Eric's site. Michael C. Michael Barton Director,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Anna Petrášová
Hi Michael and Eric, that's great indeed! What are the plans to document the entire process? Probably creating a GRASS wiki page? I would like to eventually switch to wxPython Phoenix, because I don't want to invest energy into fixing issues for wxpython 3 in case some of these things already

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-17 Thread Agustin Diez Castillo
Hi all, I’m missing a link to the new dmg, May I have a copy of it? Cheers Agustín > On 17 Jan 2018, at 08:16, Markus Neteler wrote: > > Ken, > > On Wed, Jan 17, 2018 at 7:49 AM, Ken Mankoff wrote: >> Hi Michael, >> >> Although my name is in the subject,

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-16 Thread Michael Barton
Hi Helena, I am very glad that it works for you so easily. A HUGE thanks is owed to Eric Hutton of the Community Surface Dynamics Modeling System (CSDMS), an NSF facility and scientific network for modeling in the earth sciences. It was Eric's idea to try this through Anaconda. He provided

Re: [GRASS-user] [GRASS-dev] Grass on MacOS (Ken Mankoff)

2018-01-16 Thread Helena Mitasova
Michael, thank you for the dmg file - great news - I was able to get GRASS running on my new laptop in less than 10 minutes including download. On first double click it refused to open that it is not verfied but it allowed me to open it by clicking on it and selecting Open in the menu ( I