What is PyOleMissing object? (win32com)

CM cmpython at gmail.com
Sat Jan 7 23:38:30 EST 2017


Trying to manipulate z-order for MSOffice with win32com and wasn't sure what argument was needed. Using help on that ZOrder method gives:

>>>
Help on method ZOrder in module win32com.client.dynamic:

ZOrder(self, ZOrderCmd=<PyOleMissing object>) method of win32com.client.CDispatch instance


So, what does "<PyOleMissing object> mean in this case?



More information about the Python-list mailing list