[pywin32-bugs] Crash when using Active scripting engine with wxPython.wxc
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: george <gt...@ir...> - 2003-08-29 07:16:11
|
To reproduce the crash type in the command line window of PythonWin the following import wxPython.wxc import win32com.client se =3D win32com.client.Dispatch ("Python.AXScript.2") After the last statement I have a crash.=20 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=20 Python 2.3 win32all 1.55 wxPyton 2.4.1 |