Here's my setup:
o Win98
o Python 1.5.2
o wxPython 2.1.15 or 2.2.16
o win32all-132
Note that most (I just haven't tried all of the demos) work.
My application which works on wxGTK is failing on Win 98 with the
following traceback:
PYTHON caused a stack fault in module WIN32UI.PYD at 0167:1e449bfb.
Registers:
EAX=00000a40 CS=0167 EIP=1e449bfb EFLGS=00010246
EBX=00542028 SS=016f ESP=00542000 EBP=00542080
ECX=00542028 DS=016f ESI=005420ca FS=5aa7
EDX=005420a2 ES=016f EDI=00540000 GS=0000
Bytes at CS:EIP:
50 e8 6d a3 00 00 85 c0 0f 84 a7 00 00 00 50 e8
Stack dump:
005420ca 00000000 00542028 00542070 1e45a608 ffffffff 1e436af7
00542028 005420f6 0054209a 00000a40 00000024 00000000 005420a2
00000000 00000000
Is there any know problems that I need to be aware of? Should I load
up Visual C++ on this machine to try debug the problems?