Hi,
I am trying to build 64-bit pywin32 locally. While building I come
across this error when the shell extension is being built
com\win32comext\shell\src\PyIAsyncOperation.h(11) : error C2143:
syntax error : missing ';' before '*'
I am trying to figure out what could be possibly wrong that could
OK, sorry, here are some more details.
I have Python 2.7.8, win32, running on a Windows7 64-bit home machine (not
professional).
Here is my python script:
#---
import pythoncom
#import uuid
class Bug:
_reg_clsid_ = '{E3D5F332-F080-47B3-A319-A3A0E287E466
Which version of Python are you running?
32 or 64 bit?
Which version of pywin32?
Which version of Windows?
Can you make a small test case that will demonstrate the error?
On Thu, Oct 16, 2014 at 7:47 PM, Blair Hall wrote:
> I have a small python COM server that worked fine with Excel until I
>