When importing wxPython.wx from within a MFC application using
Py_Initialize()
PyImport_ImportModule( “wxPython.wx” )
causes a GPF. Is there a way that I can run wxPython code from within a MFC application?
Thank you in advance.
When importing wxPython.wx from within a MFC application using
Py_Initialize()
PyImport_ImportModule( “wxPython.wx” )
causes a GPF. Is there a way that I can run wxPython code from within a MFC application?
Thank you in advance.