To reproduce the crash type in the command line window of PythonWin the
following
import wxPython.wxc
import win32com.client
se = win32com.client.Dispatch ("Python.AXScript.2")
After the last statement I have a crash.
If I exclude the statement import wxPython.wxc everything is OK. Also if
using only import wxPyton.wxc all is OK.
So the problem is when using both. The versions I use are
Python 2.3
win32all 1.55
wxPyton 2.4.1