You are not logged in.

#1 2010-05-17 13:13:47

ranjiao
Member
Registered: 2009-08-20
Posts: 16

wxpython warning: release number mismatch

after last upgrading my wxpython start giving a warning: release number mismatch:

>>> import wx
/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14490: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")
('RELEASE_VERSION: ', 10)
('_core_.RELEASE_VERSION: ', 11)

Sometimes it just print a warning, and sometimes my program crashes after this warning.

I seareched this problem and found redhat has the same problem and it marked as a bug here https://bugzilla.redhat.com/show_bug.cgi?id=502608.
Is this a bug of archlinux, or there's something wrong with my configuration?

Offline

#2 2010-05-19 04:24:07

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: wxpython warning: release number mismatch

I think wxWidgets was updated before wxPython. To my knowledge there hasn't been an updated release of wxPython yet upstream.

Offline

Board footer

Powered by FluxBB