FS#41576 - [wxpython] wxPython/wxWidgets release number mismatch

Attached to Project: Arch Linux
Opened by Luke McCarthy (shaurz) - Saturday, 16 August 2014, 16:18 GMT
Last edited by Eric Belanger (Snowman) - Monday, 22 September 2014, 21:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Occurs with latest wxpython 3.0.0.0-3 and wxgtk 3.0.1-2

Steps to reproduce:

$ python2
Python 2.7.8 (default, Jul 1 2014, 17:30:21)
[GCC 4.9.0 20140604 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16632: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
>>>
This task depends upon

Closed by  Eric Belanger (Snowman)
Monday, 22 September 2014, 21:05 GMT
Reason for closing:  Not a bug
Additional comments about closing:  it's just a warning
Comment by Doug Newgard (Scimmia) - Sunday, 17 August 2014, 15:36 GMT
The question, then, is so what? Does this actually affect anything?

Loading...