Call this method to clean up resources that the Python engine used. Your application should normally call this when it shuts down if it has used Python.
Its good to call PythonScript.Init in your App.Open event and PythonScript.Finalize in your App.Close event.