[GRASS-dev] [GRASS GIS] #3838: r74307 breaks GUI: UnicodeDecodeError

GRASS GIS trac at osgeo.org
Thu May 16 12:40:07 PDT 2019


#3838: r74307 breaks GUI: UnicodeDecodeError
--------------------------+-------------------------
  Reporter:  marisn       |      Owner:  grass-dev@…
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  wxGUI        |    Version:  svn-trunk
Resolution:               |   Keywords:
       CPU:  Unspecified  |   Platform:  Linux
--------------------------+-------------------------

Comment (by marisn):

 Replying to [comment:11 pmav99]:
 > Dear Maris
 >
 > Could you please try the following patch:

 Yes, this patch solves most of problems. At least I can start GUI and do
 some simple things.

 I still see a new error when I try to run some raster modules with GUI
 (d.rast; d.rgb; r.lake):
 {{{
 'ascii' codec can't decode byte 0xc4 in position 3: ordinal not in
 range(128)
 }}}
 with following in the console:
 {{{
 Traceback (most recent call last):
   File "/home/maris/soft/grass_trunk/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gui_core/forms.py", line 2499, in
 OnUpdateDialog

 self.parent.updateValuesHook()
   File "/home/maris/soft/grass_trunk/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gui_core/forms.py", line 770, in
 updateValuesHook

 ignoreErrors=True)]))
 TypeError
 :
 'NoneType' object is not iterable
 }}}
 Still it is hard to say if it is related or a different set of problems.
 For sure before the r74307 they were absent.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3838#comment:12>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list