Newbie Question about COM Objects

Gaetan Corneau Gaetan_Corneau at baan.com
Fri Feb 18 13:26:30 EST 2000


Hi,

> oSiebel.LoadObjects(SiebelConf, ErrCode)

Remember, in Python, there are no "out" parameters.

Try this:

ErrCode = oSiebel.LoadObjects(SiebelConf)

Bye,
______________________________________________________
   Gaetan Corneau
   Software Developer 
   Software Engineering Process Group
   BaaN  Supply Chain Solutions  
   http://www.baan.com
   E-mail: Gaetan_Corneau at baan.com                  
   Tel: (418) 266-8252         
______________________________________________________
"Profanity is the one language all programmers know best"




More information about the Python-list mailing list