Changes between Initial Version and Version 1 of Ticket #4017


Ignore:
Timestamp:
Jan 11, 2020, 11:35:48 AM (4 years ago)
Author:
neteler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4017

    • Property Keywords python3 added
    • Property Component DefaultwxGUI
    • Property Milestone7.8.3
  • Ticket #4017 – Description

    initial v1  
    11After installing grass 7.8.3 on debian buster my python2 scripts does not work anymore. Error message :
     2
     3{{{
     4
    25Traceback (most recent call last):
    36  File "/usr/local/grass78/gui/wxpython/gui_core/forms.py",
     
    104107:
    105108name 'unicode' is not defined
     109}}}
     110
    106111
    107112----------------------
    108 If I add # -*- coding:UTF-8 -*- on first line in /usr/local/grass78/etc/python/grass/lib/gis.py and /usr/local/grass78/etc/python/grass/lib/raster.py my scripts seem to work (gui dispalyed)
     113If I add
     114
     115{{{
     116# -*- coding:UTF-8 -*-
     117}}}
     118
     119on first line in /usr/local/grass78/etc/python/grass/lib/gis.py and /usr/local/grass78/etc/python/grass/lib/raster.py my scripts seem to work (gui dispalyed)
    109120
    110121my LOCAL is LANG=fr_FR.UTF-8