[Tutor] Fw: capturing crashing application (application running under windows environment) - now sending with right adress ...

Christian Wyglendowski Christian.Wyglendowski at greenville.edu
Wed Dec 10 10:04:09 EST 2003


For any sort of Windows programming, you will definitely want to pick up
the win32all package written by Mark Hammond.

http://starship.python.net/crew/mhammond/win32/Downloads.html

The win32all package gives you access to the win32 api and COM via
Python, amongst other useful things.  I have just started looking into
WMI scripting with Python which gives you the ability to manage many
aspects of a Windows 2000/XP based system, including starting and
stopping processes, managing disks, etc.  Here is a good link for Python
specific WMI stuff.

http://tgolden.sc.sabren.com/python/wmi.html

The scope of your program is beyond what I can offer specific advice
about though!  You might try looking at the Python-Win32 archives or
subscribing to that list for Windows specific help when it comes to
Python.

http://mail.python.org/mailman/listinfo/python-win32

Christian



More information about the Tutor mailing list