Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: wxPython/wxWidgets release number mismatch
Date: Mon, 17 Sep 2018 23:50:44
Message-Id: pnpeg1$plo$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch by Mick
1 On 2018-09-17, Mick <michaelkintzios@×××××.com> wrote:
2 >> $ python -c "import wx"
3 >>
4 >> /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629:
5 >> UserWarning: wxPython/wxWidgets release number mismatch
6 >> warnings.warn("wxPython/wxWidgets release number mismatch")
7 >
8 > Have a look at bug #639276 in case it is related to your problem:
9 >
10 > https://bugs.gentoo.org/639276
11
12 No, that seems to be a different problem with incompatible ABIs.
13 AFAICT, the ABIs in my case are comptable, and so far, applications
14 seem to run OK, but I always get the warning.
15
16 --
17 Grant