[GRASS-dev] [GRASS GIS] #3838: r74307 breaks GUI: UnicodeDecodeError
GRASS GIS
trac at osgeo.org
Fri May 17 02:29:34 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 pmav99):
I just tried the following using Python 2 both at trunk and at r74305.
There were no tracebacks in either case.
{{{
$ LC_ALL=fr_FR.UTF-8 ./run_grass.sh ~/gdata2/nc_spm_full_v2alpha/PERMANENT
--text
__________ ___ __________ _______________
/ ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/
/ / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \
/ /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /
\____/_/ |_/_/ |_/____/____/ \____/___//____/
Bienvenue dans le SIG GRASS 7.7.svn (exported)
Page d'accueil du SIG GRASS : https://grass.osgeo.org
Cette version fonctionne avec : Z Shell (/usr/bin/zsh)
L'aide est disponible par la commande : g.manual -i
Voir les termes de la licence avec : g.version -c
Voir les termes de la licence avec : g.version -x
Démarrer l'interface graphique avec : g.gui wxpython
Lors prêt pour la fermeture entrer : exit
$ d.mon -l
No monitors running
$ d.mon start=wx0
12:22:59: Warning: Mismatch between the program and library build versions
detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx
containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1011,wx
containers,compatible with 2.8).
/usr/lib64/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
$ d.rast basin
100%
}}}
Since the original traceback has been resolved, I would suggest opening a
new ticket.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3838#comment:13>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list