Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2019-04-28 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.4.3
 Component:  Python   |Version:  svn-releasebranch72
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-
Changes (by neteler):

 * status:  new => closed
 * resolution:   => fixed
 * milestone:  7.2.4 => 7.4.3


Comment:

 No answer, assuming that the issue was solved with the changes done.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2018-03-22 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.3
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by lucadelu):

 Could this ticket be closed?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2017-04-05 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by mlennert):

 Has r69617 solved this issue ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2016-10-01 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by wenzeslaus):

 r68927 backported in r69617.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2016-10-01 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by glynn):

 Replying to [ticket:3171 marisn]:

 > I have written a python GRASS module that accepts string as an option
 (passed via parser). It runs just fine on Linux, but on Windows 10 it is
 causing failure:

 I believe that this a consequence of releasebranch_7_2 incorporating
 r65804 but not r68927. I suggest backporting the latter.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2016-09-30 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by marisn):

 Info on version although the code seems to be the same also in trunk.
 {{{
 GRASS versija: 7.1.svn
 GRASS SVN revision: 67699
 Build date: 2016-01-29
 Build platform: x86_64-w64-mingw32
 GDAL: 1.11.3
 PROJ.4: 4.9.2
 GEOS: 3.5.0
 SQLite: 3.7.17
 Python: 2.7.5
 wxPython: 2.8.12.1
 Platform: Windows-8-6.2.9200 (OSGeo4W)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2016-09-30 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
-+-
 Reporter:  marisn   |  Owner:  grass-dev@…
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  7.2.1
Component:  Python   |Version:  svn-releasebranch72
 Keywords:   |CPU:  Unspecified
 Platform:  MSWindows 8  |
-+-
 I have written a python GRASS module that accepts string as an option
 (passed via parser). It runs just fine on Linux, but on Windows 10 it is
 causing failure:
 {{{
 gol name=ģļāžšķūņā ŗūķeļi steps=1000 density=0.25
 Traceback (most recent call last):
   File ".\gol.py", line 233, in 
 options, flags = grass.parser()
   File "C:\OSGeo4W\apps\grass\grass-7.1.svn\etc\python\grass
 \script\core.py", line 719, in parser
 cmdline += [b'"' + encode(arg) + b'"' for arg in
 sys.argv[1:]]
   File "C:\OSGeo4W\apps\grass\grass-7.1.svn\etc\python\grass
 \script\utils.py", line 174, in encode
 return string.encode(enc)
   File "C:\OSGeo4W\apps\Python27\lib\encodings\cp1257.py",
 line 12, in encode
 return
 codecs.charmap_encode(input,errors,encoding_table)
 UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in
 position 5: ordinal not in range(128)
 }}}

 The error seems to originate from the same place as for #2886

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev