Re: [GRASS-dev] : [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-03 Thread Sanjeet
Hi Michael, Yes, I am working on the latest trunk code. Sanjeet Sanjeet On Tue, Jul 3, 2018 at 5:40 PM, Michael Barton wrote: > Sanjeev, > > I recommend working with the trunk code on this. Anna has recently updated > several modules to work with wxp 4. > > Michael > > Michael Barton > School

Re: [GRASS-dev] : [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-03 Thread Michael Barton
Sanjeev, I recommend working with the trunk code on this. Anna has recently updated several modules to work with wxp 4. Michael Michael Barton School of Human Evolution &Social Change Center for Social Dynamics & Complexity Arizona State University ...Sent from my iPad > On Jul 3, 2018, at 5:

Re: [GRASS-dev] : [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-03 Thread Sanjeet
On Tue, Jul 3, 2018 at 9:24 AM, Michael Barton wrote: > Hi Sanjeet, > > Since you are starting in on the GUI now, I thought I'd let you know that > I've compiled GRASS with wxPython 3 and 4 on the Mac and it works pretty > well, with a few glitches. Anna Petrasova has solved most of the glitches

Re: [GRASS-dev] : [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-03 Thread Michael Barton
sgeo.org" wrote: Date: Sun, 1 Jul 2018 13:09:49 -0600 From: Sanjeet To: OSGeo-SoC , GRASS developers list Subject: [GRASS-dev] [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS Message-ID: Content-Type: text/plain; cha

Re: [GRASS-dev] [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-02 Thread Helmut Kudrnovsky
Hi Anna, >ctypes is standard Python package, ctypesgen is what is not much maintained yes I meant ctypesgen. > although there are forks with some Python3 changes Sanjeet was using. > There are alternatives to ctypes >such as cffi, Pietro did some initial > work. However given the fact that neith

Re: [GRASS-dev] [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-02 Thread Anna Petrášová
On Mon, Jul 2, 2018 at 6:39 AM Helmut Kudrnovsky wrote: > >3) Is there any blocking issue? > > Ctypes are not fully compatible with the Python3 even if they are > >compiling without any issues. Discussed witb mentors about the >next > >steps and how to deal with ctypes. > > ctypes seems not to

Re: [GRASS-dev] [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-02 Thread Helmut Kudrnovsky
>3) Is there any blocking issue? > Ctypes are not fully compatible with the Python3 even if they are >compiling without any issues. Discussed witb mentors about the >next >steps and how to deal with ctypes. ctypes seems not to be actively maintained anymore. Are there any alternatives? -

[GRASS-dev] [SoC] Week 7 Report - Full support of Python 3 in GRASS GIS

2018-07-01 Thread Sanjeet
Hi everyone, This is my week Week 7 report for the project "Full support of Python 3 in GRASS GIS" 1) What did I complete this week? Updated ctypes to deal with bytes[0] Worked on 'temporal' library [1], lot of errors were encountered Looked into issues for 'pygrass' testsuites which