Oops - forgot to "reply all":
The problem is that win32service needs a later platform SDK - try changing
the line in setup.py from:
("win32service", "advapi32 oleaut32 user32", True, 0x0500),
To:
("win32service", "advapi32 oleaut32 user32", True, 0x0501),
And it
I also received this error message. I backed up to tag "b209" and everything
compiled o.k. Is this error below a known issue?
>
> On Mon, Feb 25, 2008 at 11:36 AM, Tom Wells <[EMAIL PROTECTED]> wrote:
>
> > Just tried to run a build, and getting the following errors:
> > C:\temp\pywin32>python set