Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] wxPython/wxWidgets release number mismatch
Date: Mon, 17 Sep 2018 19:51:07
Message-Id: pnp0en$s9p$1@blaine.gmane.org
1 Does anybody have any idea what the below is trying to tell me?
2
3 _WHAT_ two compenents are mismatched?
4
5 WTF is the point of printing a "release number mismatch" warning
6 without tell the user which two components are mismatched?
7
8 You might as well print out
9
10 WARNING: something might or might be wrong!
11
12 I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help.
13
14 $ python
15 Python 2.7.15 (default, Sep 12 2018, 15:19:18)
16 [GCC 7.3.0] on linux2
17 Type "help", "copyright", "credits" or "license" for more information.
18 >>> import wx
19 /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
20 warnings.warn("wxPython/wxWidgets release number mismatch")
21 >>>
22
23
24
25 --
26 Grant Edwards grant.b.edwards Yow! Hmmm ... a CRIPPLED
27 at ACCOUNTANT with a FALAFEL
28 gmail.com sandwich is HIT by a
29 TROLLEY-CAR ...

Replies

Subject Author
[gentoo-user] Re: wxPython/wxWidgets release number mismatch Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] wxPython/wxWidgets release number mismatch Andrew Udvare <audvare@×××××.com>