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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to