[GRASS-dev] [GRASS GIS] #3731: winGRASS7.7.svn python3 build issues
GRASS GIS
trac at osgeo.org
Wed Jan 16 05:33:10 PST 2019
#3731: winGRASS7.7.svn python3 build issues
----------------------------+------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Python ctypes | Version: svn-trunk
Resolution: | Keywords: wingrass, python3, py3
CPU: Unspecified | Platform: Unspecified
----------------------------+------------------------------------
Comment (by martinl):
I added some debug messages around. The `thumbnails.py` scripts calls
before `g.region` command the `g.gisenv` command(but how and where?). The
problem is that once `cmd` is a string (should be bytes, if I am right(?)
and then bytes.
{{{
g.gisenv <class 'str'>
b'g.region' <class 'bytes'>
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3731#comment:11>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list