Re: [GRASS-dev] [GRASS GIS] #3635: Suspicious use and cleanup of the mapset tempoary directory

2018-09-03 Thread GRASS GIS
#3635: Suspicious use and cleanup of the mapset tempoary directory -+- Reporter: wenzeslaus | Owner: wenzeslaus Type: defect | Status: new Priority: normal | Milestone: 7.6.0 Component:

[GRASS-dev] [GRASS GIS] #3637: Use the system temporary directory for all GUI rendering files

2018-09-03 Thread GRASS GIS
#3637: Use the system temporary directory for all GUI rendering files -+- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: assigned

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Anna Petrášová
On Mon, Sep 3, 2018 at 6:33 PM Markus Neteler wrote: > On Mon, Sep 3, 2018 at 10:56 PM Anna Petrášová > wrote: > > > > > > > > On Mon, Sep 3, 2018 at 4:48 PM Markus Neteler wrote: > >> > >> Hi, > >> (reducing to grass-dev) > >> > >> ... while I wanted to test, my box fails on "pip install

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Markus Neteler
On Mon, Sep 3, 2018 at 10:56 PM Anna Petrášová wrote: > > > > On Mon, Sep 3, 2018 at 4:48 PM Markus Neteler wrote: >> >> Hi, >> (reducing to grass-dev) >> >> ... while I wanted to test, my box fails on "pip install wxpython" in >> the virtualenv-3: >> >> pip install wxpython >> [...# 30min

Re: [GRASS-dev] [GRASS GIS] #3170: GRASS_BATCH_JOB does not tolerate path with spaces

2018-09-03 Thread GRASS GIS
#3170: GRASS_BATCH_JOB does not tolerate path with spaces -+- Reporter: marisn | Owner: wenzeslaus Type: defect | Status: new Priority: normal | Milestone: 7.6.0 Component: Startup

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Helmut Kudrnovsky
>Can you add optparse package? It's weird, it should be part of >standard Python library: >https://docs.python.org/3.7/library/optparse.html Looking at these Docs: 37.1. optparse — Parser for command line options¶ Source code: Lib/optparse.py Deprecated since version 3.2: The optparse

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Anna Petrášová
On Mon, Sep 3, 2018 at 5:29 PM Helmut Kudrnovsky wrote: > Helmut Kudrnovsky wrote > > Markus Neteler wrote > Could you please post a few lines how to properly do the testing with > virtualenv? > >>> > >>> https://trac.osgeo.org/grass/wiki/Python3Support#Howtotest > >> > >> Thanks. > >>

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Markus Neteler
On Mon, Sep 3, 2018 at 11:15 PM Anna Petrášová wrote: > On Mon, Sep 3, 2018 at 4:56 PM Anna Petrášová wrote: >> On Mon, Sep 3, 2018 at 4:48 PM Markus Neteler wrote: ... >>> (grasspy3) [mneteler@oboe ~ ]$ python3 ~/bin/grass76 >>> Traceback (most recent call last): >>> File

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Helmut Kudrnovsky
>compiling winGRASS-python3 along this notes [but forgotten to do svn up >;-)] it seems I did svn up, source status was quite new. - best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html ___ grass-dev

Re: [GRASS-dev] [GRASS GIS] #2900: The user environment settings in .grass7/bashrc are skipped

2018-09-03 Thread GRASS GIS
#2900: The user environment settings in .grass7/bashrc are skipped --+- Reporter: micha| Owner: grass-dev@… Type: task | Status: closed Priority: normal | Milestone: 7.2.4 Component: Startup

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote > Markus Neteler wrote Could you please post a few lines how to properly do the testing with virtualenv? >>> >>> https://trac.osgeo.org/grass/wiki/Python3Support#Howtotest >> >> Thanks. >> I took liberty to expand that section a bit (a bit more text; and with >>

Re: [GRASS-dev] [GRASS GIS] #3462: Allow setting environment variables in grass startup script

2018-09-03 Thread GRASS GIS
#3462: Allow setting environment variables in grass startup script -+- Reporter: mankoff | Owner: martinl Type: defect | Status: closed Priority: major | Milestone: 7.6.0 Component:

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Anna Petrášová
On Mon, Sep 3, 2018 at 4:56 PM Anna Petrášová wrote: > > > On Mon, Sep 3, 2018 at 4:48 PM Markus Neteler wrote: > >> Hi, >> (reducing to grass-dev) >> >> ... while I wanted to test, my box fails on "pip install wxpython" in >> the virtualenv-3: >> >> pip install wxpython >> [...# 30min later:

Re: [GRASS-dev] [GRASS GIS] #585: init.bat should give usage info with --help

2018-09-03 Thread GRASS GIS
#585: init.bat should give usage info with --help --+--- Reporter: hamish | Owner: grass-dev@… Type: task | Status: closed Priority: minor| Milestone: 6.4.6 Component: Startup |Version: 6.4.0 RCs

Re: [GRASS-dev] [GRASS GIS] #613: clean_temp: not safe for concurrent use

2018-09-03 Thread GRASS GIS
#613: clean_temp: not safe for concurrent use --+-- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.6.0 Component: Startup |Version: 6.4.0 RCs

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Anna Petrášová
On Mon, Sep 3, 2018 at 4:48 PM Markus Neteler wrote: > Hi, > (reducing to grass-dev) > > ... while I wanted to test, my box fails on "pip install wxpython" in > the virtualenv-3: > > pip install wxpython > [...# 30min later: ...] > ... > Finding libs for WXAUI

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Markus Neteler
Hi, (reducing to grass-dev) ... while I wanted to test, my box fails on "pip install wxpython" in the virtualenv-3: pip install wxpython [...# 30min later: ...] ... Finding libs for WXAUI : yes 'configure' finished successfully (1.340s)

Re: [GRASS-dev] [GRASS GIS] #3466: v.to.db: check if column exists before running

2018-09-03 Thread GRASS GIS
#3466: v.to.db: check if column exists before running --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.6.0 Component: Vector |

Re: [GRASS-dev] [GRASS GIS] #3466: v.to.db: check if column exists before running

2018-09-03 Thread GRASS GIS
#3466: v.to.db: check if column exists before running --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.6.0 Component: Vector |

Re: [GRASS-dev] [GRASS GIS] #2496: r.random.surface error from RAN C library

2018-09-03 Thread GRASS GIS
#2496: r.random.surface error from RAN C library --+-- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Milestone: 7.0.7 Component: Raster |Version:

Re: [GRASS-dev] [GRASS GIS] #2496: r.random.surface error from RAN C library

2018-09-03 Thread GRASS GIS
#2496: r.random.surface error from RAN C library --+-- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Milestone: 7.0.7 Component: Raster |Version:

Re: [GRASS-dev] [GRASS GIS] #3629: cannot click to check/uncheck accessible mapsets in g.mapsets

2018-09-03 Thread GRASS GIS
#3629: cannot click to check/uncheck accessible mapsets in g.mapsets --+-- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.6.0 Component: wxGUI

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Helmut Kudrnovsky
Markus Neteler wrote >>> Could you please post a few lines how to properly do the testing with >>> virtualenv? >> >> https://trac.osgeo.org/grass/wiki/Python3Support#Howtotest > > Thanks. > I took liberty to expand that section a bit (a bit more text; and with > hints for Fedora users as well).

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Martin Landa
Hi, po 3. 9. 2018 v 20:47 odesílatel Markus Neteler napsal: my first attempt to start GRASS fails with: (grasspy3) martin@debian:~/src/grass7_trunk$ ./bin.x86_64-pc-linux-gnu/grass77 -text Traceback (most recent call last): File "./bin.x86_64-pc-linux-gnu/grass77", line 2162, in main()

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Markus Neteler
On Mon, Sep 3, 2018 at 3:48 PM Anna Petrášová wrote: > On Mon, Sep 3, 2018 at 2:28 AM Markus Neteler wrote: ... >> Could you please post a few lines how to properly do the testing with >> virtualenv? > > https://trac.osgeo.org/grass/wiki/Python3Support#Howtotest Thanks. I took liberty to expand

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Martin Landa
Hi, po 3. 9. 2018 v 15:48 odesílatel Anna Petrášová napsal: >> > I committed the experimental support of Python 3 to trunk (grass77) by >> > Sanjeet (GSoC 2018). great, thanks for hard work! Python3 support will be crucial for GRASS in a near feature. Will help with testing. Martin -- Martin

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Helmut Kudrnovsky
Anna Petrášová wrote > https://trac.osgeo.org/grass/wiki/Python3Support#Howtotest > > also, we have now new small dependency - Python 'six' package updated the winGRASS compiling guidelines regarding python3 and six. [1] https://trac.osgeo.org/grass/wiki/CompileOnWindows - best regards

Re: [GRASS-dev] [GRASS GIS] #3617: save display to image button broken

2018-09-03 Thread GRASS GIS
#3617: save display to image button broken --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: closed Priority: blocker | Milestone: 7.4.2 Component: wxGUI|Version: unspecified

Re: [GRASS-dev] [GRASS GIS] #3617: save display to image button broken

2018-09-03 Thread GRASS GIS
#3617: save display to image button broken --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: closed Priority: blocker | Milestone: 7.4.2 Component: wxGUI|Version: unspecified

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Anna Petrášová
On Mon, Sep 3, 2018 at 2:28 AM Markus Neteler wrote: > On Mon, Sep 3, 2018 at 4:21 AM Anna Petrášová > wrote: > > > > Hi, > > > > I committed the experimental support of Python 3 to trunk (grass77) by > Sanjeet (GSoC 2018). > > This is excellent, thanks for much for your hard work, Sanjeet,

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Moritz Lennert
Le Mon, 3 Sep 2018 08:27:53 +0200, Markus Neteler a écrit : > On Mon, Sep 3, 2018 at 4:21 AM Anna Petrášová > wrote: > > > > Hi, > > > > I committed the experimental support of Python 3 to trunk (grass77) > > by Sanjeet (GSoC 2018). > > This is excellent, thanks for much for your hard work,

Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2018-09-03 Thread Markus Neteler
On Mon, Sep 3, 2018 at 4:21 AM Anna Petrášová wrote: > > Hi, > > I committed the experimental support of Python 3 to trunk (grass77) by > Sanjeet (GSoC 2018). This is excellent, thanks for much for your hard work, Sanjeet, Anna and all involved! > In the first stage of testing, we need to make