Jonno
1
Not sure where to file this so hopefully this is an ok place to start.
I’m getting an error when using AddGrowableCol():
File “C:\Anaconda\lib\site-packages\wx-3.0-msw\wx_core.py”, line 15371, in Ad
dGrowableCol
return core.FlexGridSizer_AddGrowableCol(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion “!IsColGrowable( idx )” failed at …
\src\common\sizer.cpp(1976) in wxFlexGridSizer::AddGrowableCol(): AddGrowableCol
() called for growable column
System info:
Win7-64
Anaconda 23.0
Python 2.7.10
wxpython 3.0 (installed using conda install)
Any thoughts?
It sounds like you are calling AddGrowableCol twice with the same column id.
/Rickard
···
On Thursday, 22 October 2015 19:46:12 UTC+2, jonno wrote:
Not sure where to file this so hopefully this is an ok place to start.
I’m getting an error when using AddGrowableCol():
File “C:\Anaconda\lib\site-packages\wx-3.0-msw\wx_core.py”, line 15371, in Ad
dGrowableCol
return core.FlexGridSizer_AddGrowableCol(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion “!IsColGrowable( idx )” failed at …..
\src\common\sizer.cpp(1976) in wxFlexGridSizer::AddGrowableCol(): AddGrowableCol
() called for growable column