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