To use Python for regression testing a C++ application, what is the recommended method for snapping-in Python. 1. Should Python be embedded into the debug/test version of the application? 2. Should an application hook be used as a Python extension? 3. Is there a better way? -- ed