Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-03-30 Thread Mark Hammond
be skipped. You might need to do it to pythonservice.exe too. Or just install the Vista SDK. Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Patterson Sent: Sunday, 30 March 2008 3:23 PM To: Tom Wells; Python-Win32 List Subject: Re: [python-win32] [pywin32-bugs

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-03-30 Thread Kevin Patterson
PROTECTED] *On Behalf Of *Kevin Patterson *Sent:* Sunday, 30 March 2008 3:23 PM *To:* Tom Wells; Python-Win32 List *Subject:* Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs I also received this error message. I backed up to tag b209 and everything compiled o.k. Is this error below a known

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-03-29 Thread Kevin Patterson
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\pywin32python setup.py -q

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-02-25 Thread Mark Hammond
Actually there is no such fc.SetHeader() function ... Yep - it was PREPROC_HEADERS I was referring to. SendResponseHeaders() not working is odd, and maybe i'm just misunderstanding it's use Sadly, there is a layer of indirection here I inherited from the original author which isn't

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-02-25 Thread Tom Wells
Mark, Hi A test build would be great - I just sync'd CVS and saw your changes and about to download platform SDK etc to compile the newest version, but i'm sure you can probably get me something sooner! I will however get the sources anyways, as it's a good reference plus I may feel inclined to

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-02-25 Thread Tom Wells
Just tried to run a build, and getting the following errors: C:\temp\pywin32python setup.py -q build Building pywin32 2.5.210.9 Skipping win32cred WINDOWS.H with version 0x501 is required, but only version 0x500 is installed. win32servicemodule.cpp win32\src\win32servicemodule.cpp(2675) : error

Re: [python-win32] [pywin32-bugs] ISAPI Set-Cookie Probs

2008-02-24 Thread Tom Wells
Hi Mark Thanks for the reply - I've subscribed and copied the correct mailing list now. Actually there is no such fc.SetHeader() function (assuming fc is the FILTER_CONTEXT structure) - you may be thinking about the pp.SetHeader() function (where pp is the PREPROC notification structure). I'm