Re: [python-win32] Error while building pywin32

2014-10-20 Thread Mark Hammond
Works OK for me here - that line is: static IAsyncOperation *GetI(PyObject *self); So I can only guess that the Windows SDK you are using means IAsyncOperation isn't declared yet - you might need to grep the SDK dirs to see where that lives and why it isn't already included. HTH, Ma

[python-win32] pythoncom

2014-10-20 Thread John Sampson
On 20/10/2014 11:27, Mark Hammond wrote: On 16/10/2014 8:25 pm, John Sampson wrote: at lib\site-packages\win32com\gen_py I see more files in the version causing trouble than in the version that works OK. How would I recognise the generated support you mention? Those files *are* the generated s

Re: [python-win32] pythoncom

2014-10-20 Thread Mark Hammond
On 16/10/2014 8:25 pm, John Sampson wrote: at lib\site-packages\win32com\gen_py I see more files in the version causing trouble than in the version that works OK. How would I recognise the generated support you mention? Those files *are* the generated support. Try removing all files in that d