Hi Andrew,
I am having a problem with opening the SAP GUI using the python script.
I am using the below code,
import win32com.client
app = win32com.client.Dispatch("Sapgui.ScriptingCtrl.1")
conn = app.OpenConnection("EGD", True)
I am getting the error message 'Error 605, The SAP GUI component could not instantiated.'
Can you please help me, as to how you could open the SAP GUI with the python script.
Regards,
Laxman