[Pyobjc-dev] Calling function with variable number of arguments?
Brought to you by:
ronaldoussoren
From: Pierce T.W. I. <pi...@tw...> - 2004-04-27 19:20:02
|
So this line is giving me an error: qual= ObjectModel.EOQualifier.qualifierWithQualifierFormat_('fund = %@ and date >= %@',fund,now60) TypeError: Need 1 arguments, got 3 (1.1 b2 downloaded about 15 minutes ago) Presumably because qualifierWithQualifierFormat takes a variable number of arguments. Is there some sort of voodoo I can do to get this to work? Pierce |