Ticket #19192 (new defect)
py25-wxpython reports "wxPython/wxWidgets release mismatch" on import
| Reported by: | ram@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | mww@…, mlk@…, jjstickel@…, jwa@… | |
| Port: | py25-wxpython, wxWid |
Description
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) $
Change History
Note: See
TracTickets for help on using
tickets.

