AdvancedSplash

John Fouhy john at fouhy.net
Sun Oct 1 20:10:14 PDT 2006


On 30/05/06, Gavana, Andrea <gavana at kpo.kz> wrote:
> I have done something similar to create and advanced splashwindow (that's called AdvancedSplash), and it seems to me that it works almost on all platforms...

Hi Andrea,

I've just acquired a Mac, and I'm seeing a bug in AdvancedSplash.
This is the error:

"""
  File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_core.py",
line 7469, in SafeYield
    return _core_.SafeYield(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in
/BUILD/wxPython-src-2.6.3.3/src/mac/carbon/app.cpp(1185): wxYield
called recursively
"""

wx.SafeYield is being called from OnPaint.

Running latest universal macpython 2.4, plus latest wxPython.

Just FYI and all that..




More information about the wxpython-users mailing list