Closed GoogleCodeExporter closed 8 years ago
I have the same issue. It doesn't work in wxwidget version 2.9.3.1 either.
I tried to fix the problem through fixing the framesX4.py / framesX3.py files.
I changed the following line:
fgSizer1 = wx.FlexGridSizer( 2, 2, 0, 0 )
to:
fgSizer1 = wx.FlexGridSizer( 0, 0, 0, 0)
This way, the program starts up. But as soon as I make any actions, for example
changing the board type, the program crashes.
Any ideas anyone ....
Regrads Dirk
Original comment by dirkpors...@googlemail.com
on 3 Feb 2013 at 7:15
Original comment by rblanchot@gmail.com
on 23 Apr 2013 at 9:59
Original issue reported on code.google.com by
walterleonardo@gmail.com
on 9 Jan 2013 at 11:29