#19192: py25-wxpython reports "wxPython/wxWidgets release mismatch" on import ------------------------------+--------------------------------------------- Reporter: ram@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.1 Keywords: | Port: py25-wxpython, wxWid ------------------------------+--------------------------------------------- When the `wx` module is imported the following warning is reported: {{{ $ python Python 2.5.4 (r254:67916, Apr 4 2009, 14:11:12) [GCC 4.0.1 (Apple Inc. build 5490)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import wx /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 /site-packages/wx-2.8-mac-unicode/wx/_core.py:14448: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn("wxPython/wxWidgets release number mismatch")
}}}
I have noticed that wxPython-2.8.9.2 is available: {{{ $ port livecheck py25-wxpython py25-wxpython seems to have been updated (port version: 2.8.9.1, new version: 2.8.9.2) $ }}} -- Ticket URL: <http://trac.macports.org/ticket/19192> MacPorts <http://www.macports.org/> Ports system for Mac OS