Re: [python-win32] Repost: Classic ASP in IIS with Python - 500 ServerError

2011-03-06 Thread Roger Upole
"Roger Upole" wrote in message news:... > J.D. Main wrote: >> (repost of previous message apparently HTML'd by my mailer...sorry) >> >> Hello, >> I have been hunting for a solution to this one for some time. I've >> already tried all the easy stuff. I have IIS 5 on a WinXP Pro machine. >> I rec

Re: [python-win32] Fonts behaving differently - The plot thickensa bit

2011-03-06 Thread Roger Upole
"Greg Ewing" wrote in message news:4d7401e6.2070...@canterbury.ac.nz... > Roger Upole wrote: > >> The conversion in win32ui has changed since 212. At one time it >> was negating the height that was passed in: >> >> if (PyInt_Check (v)) >> pLF->lfHeight = -PyInt_AsLong(v); > > Ah, that expla

Re: [python-win32] Fonts behaving differently - The plot thickens a bit

2011-03-06 Thread Greg Ewing
Roger Upole wrote: The conversion in win32ui has changed since 212. At one time it was negating the height that was passed in: if (PyInt_Check (v)) pLF->lfHeight = -PyInt_AsLong(v); Ah, that explains it all! You can also extract the version embedded in the pyd's using win32api.GetFileV

Re: [python-win32] Repost: Classic ASP in IIS with Python - 500 ServerError

2011-03-06 Thread Roger Upole
J.D. Main wrote: > (repost of previous message apparently HTML'd by my mailer...sorry) > > Hello, > I have been hunting for a solution to this one for some time. I've > already tried all the easy stuff. I have IIS 5 on a WinXP Pro machine. > I recently posted this to the Python WEB sig - apparent

Re: [python-win32] Fonts behaving differently - The plot thickens a bit

2011-03-06 Thread Roger Upole
Mark Hammond wrote: news:4d731ec1.4060...@gmail.com... > On 6/03/2011 3:07 PM, Greg Ewing wrote: >> I think I've narrowed down what's going on with the font >> sizes a bit more. It has to do with the interperetation >> of the nHeight parameter to CreateFont. >> >> It appears that you can specify

[python-win32] Repost: Classic ASP in IIS with Python - 500 Server Error

2011-03-06 Thread J.D. Main
(repost of previous message apparently HTML'd by my mailer...sorry) Hello, I have been hunting for a solution to this one for some time.  I've already tried all the easy stuff.  I have IIS 5 on a WinXP Pro machine. I recently posted this to the Python WEB sig - apparently not many windows