Well, I'm finally programming with Python for real -- and I know there are a few people here who can help me out if I run into problems or questions with the base language.
But, does anyone have experience using Python with Windows, especially with COM? COM strikes me as being a real hack -- and further reinforces my idea that the Registry is one big hack. So far I've managed to get the important stuff working, such as catching COM events in Python code. At least COM in Python seems a lot better than COM in C++.
And, I'm even more sure now that Python is a better choice than VBScript. For one, VBScript can't catch events. So far I like Python, and expect to do most of the development for this project in Python (plus a little C++).
Tony