[python-win32] Interaction between wxPython and win32ui on Win 7

Michel Claveau mc at mclaveau.com
Sat May 7 15:33:42 CEST 2011


Hi!

I have the same problem, in several cases without wx (OCX+pywin32 ; 
ATL+ctypes ; etc.)
For terminate these "rebel" scripts, I use this code:
    import os
    pid=os.getpid()
    os.system("TASKKILL /F /PID "+str(pid))

@-salutations
-- 
Michel Claveau



More information about the python-win32 mailing list