[python-win32] ANN: PyGUI 2.0.2
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Apr 19 11:33:57 CEST 2009
Christian K. wrote:
> TypeError: 'pitch_and_family' is an invalid keyword argument for this
> function
Looking at the source of pywin32, I can see why this
happens -- it really is expecting 'pitch and family'
with spaces (and it's abusing ParseTupleAndKeywords
to unpack a dict, which is why it's reporting a
keyword argument error even though it's not really
a keyword).
What's really puzzling is why I *don't* get this
error on my system!
Anyway, since that parameter isn't being used any
more, just take it out and let me know if it fixes
the problem.
Thanks,
Greg
More information about the python-win32
mailing list