[wxPython] wxPython 2.3.2 under PythonWin (was wxGrid bug - final answer!)

wxPython 2.3.2 under PythonWin (was wxGrid bug - final answer!)
2.3.2 does fix it – when running from command line.

Unfortunately, we can no longer debug wxPython under PythonWin (on Win 95 – haven’t tried it on Win 98 or NT).

When creating first wxFrame:

PYTHONWIN caused a stack fault in module WX23_2H.DLL at 0157:01cdca29.

Registers:

EAX=00000b5c CS=0157 EIP=01cdca29 EFLGS=00010212

EBX=00000001 SS=015f ESP=00541eec EBP=00542040

ECX=02126378 DS=015f ESI=6c40c954 FS=0f17

EDX=00000001 ES=015f EDI=00000e54 GS=0000

Bytes at CS:EIP:

89 8d c4 fe ff ff c6 45 f8 00 c7 45 fc 00 00 00

Stack dump:

00000000 00000000 00000000 00000000 00000000 00000000

00000000 00000000 00000000 00000000 00000000 00000000

00000000 00000000 00000000 00000000

Can this be fixed? TIA

···

From: Robin Dunn [mailto:robin@alldunn.com]

We use 2.3.0 and have this same problem. I hope 2.3.2 release will fix

this!

It does.