solved: win32com function<->propterty problem
Mark Hammond
MHammond at skippinet.com.au
Sun May 2 19:02:57 EDT 1999
Bernhard Reiter wrote in message ...
>(Oh Mark, it just comes into my mind: What if SetValueAt already
>existed as OLE method? Will makepy then choose a different name?)
Its not too smart. It checks that an existing function of the same name
exists, and if so, appends a "Set" - hence you got "SetValueAt".
So the name you got was caused by a name clash, but if there was already a
SetValueAt, it would not detect that.
Glad you got it going!
Mark.
More information about the Python-list
mailing list