pythonwin and Siebel

hellprout hellprout at yahoo.com
Tue Jul 23 03:42:17 EDT 2002


Hi i'm french i'm working on siebel , i just want to use siebel to do update .
But i want to use win32client module 

i have this code 

import win32com.client
import os.path , os

objSiebel = win32com.client.Dispatch("SiebelDataServer.ApplicationObject")
print objSiebel
err = 0
conf = "d:\\seaV1_1\\client\\bin\\Siebel_CSE-SFA_IA_V1_1_Local.cfg"
if os.path.exists(conf):
     err = objSiebel.LoadObject(conf)

there is an error with loadobject

what can i do to pass this and use the siebel connection ?

thanks a lot 

nicolas



More information about the Python-list mailing list