[GRASS-dev] [GRASS GIS] #3838: r74307 breaks GUI: UnicodeDecodeError
GRASS GIS
trac at osgeo.org
Thu May 16 02:09:44 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):
Just tried this with:
- OS: Archlinux
- Linux: 5.0.13
- Python: 2.7.16
- wxPython: 3.0.2.0.1
- wxgtk**3**: 3.0.4-2
and I still can't reproduce the error. The GUI opens without any
tracebacks.
I do get the same warning as @marisn:
{{{
Launching <wxpython> GUI in the background, please wait...
10:37:23: 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/lib/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")
}}}
but this is related to the version mismatch between the installed versions
of wxgtk3 and wxpython, which should not be relevant to the issue at hand.
This might be related to GTK2 vs GKT3 after all. Those of you who can
reproduce this, can you please post wxpython and GTK versions?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3838#comment:8>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list