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 21:04:56
Message-Id: pnp4ov$9b2$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] wxPython/wxWidgets release number mismatch by Andrew Udvare
1 On 2018-09-17, Andrew Udvare <audvare@×××××.com> wrote:
2 > On 9/17/18 3:48 PM, Grant Edwards wrote:
3 >> Does anybody have any idea what the below is trying to tell me?
4 >>
5 >> _WHAT_ two compenents are mismatched?
6 >>
7 >> WTF is the point of printing a "release number mismatch" warning
8 >> without tell the user which two components are mismatched?
9 >>
10 >> You might as well print out
11 >>
12 >> WARNING: something might or might be wrong!
13 >>
14 >> I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help.
15 >
16 > I think you need to try this:
17 >
18 > revdep-rebuild -L wx_baseu-3.0 -- --ask
19
20 It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and
21 wxGTK-304-r300. I've already done that a few times, but I answered
22 'y' anyway and let it reinstall them again. It didn't help:
23
24 $ python -c "import wx"
25
26 /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
27 warnings.warn("wxPython/wxWidgets release number mismatch")
28
29 --
30 Grant Edwards grant.b.edwards Yow! Either CONFESS now or
31 at we go to "PEOPLE'S COURT"!!
32 gmail.com

Replies

Subject Author
Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch Andrew Udvare <audvare@×××××.com>