Re: [python-win32] problem installing pywin with Python 3.6

2017-01-08 Thread Tim Roberts
On Jan 7, 2017, at 11:16 AM, Fowler, Charles E (HP OneView - Ft. Collins) mailto:[email protected]>> wrote: I am new to the list, and relatively new to Python development in general. That said, I need to be able to use the win32com module and I am encountering issues installing it and using

Re: [python-win32] problem installing pywin with Python 3.6

2017-01-08 Thread chuck
Thank you for looking into this Tim. My initial thought was the same as your hunch. Below is the header CLI output C:\windows\system32>python Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for

[python-win32] What does pythoncom interface look like?

2017-01-08 Thread Kurt Eilander
Hey all, I'm trying to create a win32com server that implements a standard interface (IExtractImage) I've added the iid to _com_interfaces_ and the method names to _public_methods_, but now I'm at a complete loss how to implement them. For instance, given the method, HRESULT IExtractImage: