Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
Tried that and it seems to be ignored too. Here is the output from a terminal in the shell (outside GRASS): Last login: Thu Jul 27 22:04:37 on ttys001 CMB-MacBook-Pro:~ cmbarton$ echo $GRASS_PYTHON /Applications/anaconda/bin/python This should make anaconda python (2.7.13) the default. But

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
OK. I'll put it into my .profile and see what happens. Thanks. The other issue I'm hitting is that the configure argument to enable wxPython, '-with-wxwidgets=' expects a path to a wx_config file. AFAICT, wxPython 4 does not have such a file. And I can't yet find anything that seems to serve

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Vaclav Petras
On Thu, Jul 27, 2017 at 11:13 PM, Michael Barton wrote: > I don't remember the exact wording. I had set up a conda virtual > environment to force GRASS to compile and run with Anaconda Python and > wxPython 4. When I launched GRASS (trunk), I got an error message that it

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
I just discovered something that has probably been giving increasing problems lately. Because I've been building binaries, I have not looked at the grass.app that is built from just running 'make install' in a long time. It turns out that whatever creates the *.app automatically bundles some

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
I don't remember the exact wording. I had set up a conda virtual environment to force GRASS to compile and run with Anaconda Python and wxPython 4. When I launched GRASS (trunk), I got an error message that it would only run with a system Python. I thought that is weird. Anyway, I tried

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Anna Petrášová
On Thu, Jul 27, 2017 at 8:13 PM, Michael Barton wrote: > It seems that GRASS (at least GRASS for Mac) will only use the system > Python. If I set up an environment in which Anaconda python is default, > GRASS will not start and gives an error message that it will only run

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
It seems that GRASS (at least GRASS for Mac) will only use the system Python. If I set up an environment in which Anaconda python is default, GRASS will not start and gives an error message that it will only run with the system Python. I don't know where this is coming from. It doesn't seem to

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Vincent Bain
Hello Luca, Le jeudi 27 juillet 2017 à 08:06 +0200, Luca Delucchi a écrit : > what do you think about this? all's fine, I understand OSGeo's concern about these brochures. > > Besides this, as you said, a horizontal version of the logo is probably > > lacking. We could recycle the startup

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Vincent Bain
Hello Luca, Le jeudi 27 juillet 2017 à 08:06 +0200, Luca Delucchi a écrit : > what do you think about this? all's fine, I understand OSGeo's concern about these brochures. > > Besides this, as you said, a horizontal version of the logo is probably > > lacking. We could recycle the startup

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Anna Petrášová
On Thu, Jul 27, 2017 at 3:03 PM, Michael Barton wrote: > > > On Jul 27, 2017, at 12:46 PM, Anna Petrášová wrote: > > I think you can use pip to install it with whatever Python you use, at > least that's what works on Linux. > > > How do you specify

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
On Jul 27, 2017, at 12:46 PM, Anna Petrášová > wrote: I think you can use pip to install it with whatever Python you use, at least that's what works on Linux. How do you specify which Python in pip? Michael C. Michael

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Anna Petrášová
On Thu, Jul 27, 2017 at 2:32 PM, Michael Barton wrote: > Anna, > > Thanks for the quick response. See below. > > Michael > > C. Michael Barton > Director, Center for Social Dynamics & Complexity > Professor of Anthropology, School of Human Evolution &

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Michael Barton
Here is a report on this effort, including identifying several items that will need to be changed by others for this to be successful. I've successfully compiled GRASS 7 64bit, with wxPython 3.0.2.0 under the current OS (Sierra = OS X 10.12.x). I'm using the most current Kyngesburye frameworks

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-07-27 Thread Anna Petrášová
On Thu, Jul 27, 2017 at 1:54 PM, Michael Barton wrote: > Here is a report on this effort, including identifying several items that > will need to be changed by others for this to be successful. > > I've successfully compiled GRASS 7 64bit, with wxPython 3.0.2.0 under the >

[GRASS-dev] compilation of addons for windows

2017-07-27 Thread Anna Petrášová
Hi Martin, I noticed the last log of addon Windows compilation is from May: https://wingrass.fsv.cvut.cz/grass72/x86_64/addons/latest/logs/ Are you aware of that? Thank you, Anna ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Vaclav Petras
Update for the flyer: Number of modules in the flyer is "more than 450". It is actually better than that: "more than 500" if we simply count all in 7.2 branch using: $ python -c "print(`ls dist.x86_64-pc-linux-gnu/bin | grep "\." | grep test -v | wc -l` + `ls dist.x86_64-pc-linux-gnu/scripts |

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Jeff McKenna
Hi Luca, Some feedback from me: - remove "a" from the first sentence: GRASS GIS is free and open source software for performing spatial analysis. - add an "s" to "consist" in the second sentence: It consists of more than 450 modules - in the third sentence, the term "map web services"

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Anna Petrášová
Hi Luca, great effort! Let me also comment on couple small things: * The bottom 'GRASS GIS' seems unnecessary, I would keep only the logo, which I would align to the left and the url to the right * In interfaces, I would skip "called wxGUI", I am not sure whether we need to mention it's in

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Luca Delucchi
On 27 July 2017 at 09:21, Moritz Lennert wrote: > > Great ! > > Again a few remarks after a rapid glance: > > - If we say in the opening paragraph that it is the "oldest" free GIS, then > we should probably add in the same sentence something like "but still at the >

Re: [GRASS-dev] [GRASS GIS] #3380: v.what.vect query_column dropdown button doesn't show attribute columns of query_map

2017-07-27 Thread GRASS GIS
#3380: v.what.vect query_column dropdown button doesn't show attribute columns of query_map --+- Reporter: rorschach| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component:

Re: [GRASS-dev] [GRASS GIS] #2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)

2017-07-27 Thread GRASS GIS
#2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log) --+- Reporter: pieside | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.2.2 Component: Default |Version: 7.2.0

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Moritz Lennert
On 27/07/17 09:17, Luca Delucchi wrote: On 27 July 2017 at 08:52, Moritz Lennert wrote: Ah, I think this needs some clarification. Could you please explain for those that are not as informed exactly what this "OSGeo brochure for GRASS" is ? Or are we speaking

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Moritz Lennert
On 27/07/17 09:06, Luca Delucchi wrote: On 26 July 2017 at 11:31, Moritz Lennert wrote: Some quick remarks: - First of all: who are why addressing with this ? Users or developers ? The following remarks assume users. new users - The first title reads "A

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Luca Delucchi
On 27 July 2017 at 08:52, Moritz Lennert wrote: > > Ah, I think this needs some clarification. Could you please explain for > those that are not as informed exactly what this "OSGeo brochure for GRASS" > is ? Or are we speaking about a page about GRASS in a general

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Luca Delucchi
On 26 July 2017 at 11:31, Moritz Lennert wrote: > > Some quick remarks: > > - First of all: who are why addressing with this ? Users or developers ? The > following remarks assume users. > new users > - The first title reads "A mature mapping suite". I'm not sure I

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Moritz Lennert
On 27/07/17 08:06, Luca Delucchi wrote: On 25 July 2017 at 15:30, Vincent Bain wrote: * GRASS GIS wording (and possibly the slogan) be consistent with our identity (esp. font). eh this is a problem... you need to think that this is the OSGeo brochure for GRASS and the

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Luca Delucchi
On 25 July 2017 at 15:30, Vincent Bain wrote: > Hello Luca and Vaclav, Hi Vincent, > thank you for forwarding me this thread. > sorry if I didn't add you before.. > [I'm not sure how pertinent is my comment on this, given I don't know > much of the OSGeo context where this

Re: [GRASS-dev] GRASS flyer for the new osgeo branding

2017-07-27 Thread Luca Delucchi
On 25 July 2017 at 15:17, Vaclav Petras wrote: > > > I'm pretty sure I attached two SVGs 15KB each (should be ok with for the > mailing list, right?). Trying again. > now they arrived, I think I prefer our version, so I'm going to leave the actual logo (with the text under