uiIndex < m_nCount

Jack Andrews effbiae at gmail.com
Thu Dec 21 01:28:37 PST 2006


sorry -- versions:

C:\>python
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit
Intel)] on win32
>>> import wx
>>> wx.__version__
2.7.2.0

On 12/21/06, Jack Andrews <effbiae at gmail.com> wrote:
> hi,
>
> i'm getting a couple of assertion failures -- can you diagnose from
> these tracebacks or should i post a test case?  (which would take me a
> while)
>
>
> Traceback (most recent call last):
>   File "aui.py", line 141, in OnSC
>     X.panes['gr'].GetTable().ResetView(X.cu.fetchall())
>   File "aui.py", line 40, in ResetView
>     if msg:X.g.ProcessTableMessage(wg.GridTableMessage(X,*msg))
>   File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\grid.py",
> line 1200, in ProcessTableMessage
>     return _grid.Grid_ProcessTableMessage(*args, **kwargs)
> wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" failed
> at ..\..\include\wx/dynarray.h(810) in wxBaseArrayInt::Item()
> Traceback (most recent call last):
>   File "aui.py", line 25, in GetAttr
>     gca=X.gcas[r%2];gca.IncRef();return gca
>   File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\grid.py",
> line 528, in IncRef
>     return _grid.GridCellAttr_IncRef(*args, **kwargs)
> wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" failed
> at ..\..\include\wx/dynarray.h(810) in wxBaseArrayInt::Item()
>




More information about the wxpython-users mailing list