[python-win32] Context menu troubles

Mark Hammond skippy.hammond at gmail.com
Mon Mar 5 05:19:45 CET 2012


On 3/03/2012 6:09 AM, Chris Ness wrote:
> Also, the first article mentions OleInitialise(), which I tried but
> pythoncom.OleInitialise() does not exist in the module (AttributeError),
> despite what the docs say?

The function is spelt with a "z" rather than the "s":

 >>> import pythoncom
 >>> pythoncom.OleInitialize
<built-in function OleInitialize>
 >>>

Mark


More information about the python-win32 mailing list