Re: [python-win32] Dropping support for Python 2.3?

2013-03-26 Thread Kris Hardy
+1 Mark Hammond skippy.hamm...@gmail.com wrote: I've been happy to drop support for a couple of years, but while it kept working I kept building it :) I can't recall if 2.4 is built with vc6 too - if so, we might as well kill that too. Cheers, Mark. On 26/03/2013 8:33 PM, Vernon D. Cole

Re: [python-win32] File name and version as dictionary key value

2012-05-02 Thread Kris Hardy
On 5/2/2012 8:25 AM, Aravind Kamble wrote: Hi All, Hope I am posting in correct mailing list. Am facing another problem now. My logic is to get file versions of files inside two directories and compare them. I am trying to get filename and version as key, value pairs in a directory. I have

Re: [python-win32] Anti-reverse Python-based binaries?

2012-02-10 Thread Kris Hardy
A few notes regarding intellectual property protection... If I remember correctly, Microsoft's first Commerce Server was written in Python by a company that they acquired, and Microsoft actually shipped it as .pyc files. (I may be wrong, but that's what I remember hearing). Whether or not

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Kris Hardy
Randy Syring wrote: I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS: As an additional note from someone

[python-win32] Full LOGFONT implementation

2011-11-04 Thread Kris Hardy
All, I ran into an issue with the LOGFONT struct implementation which was not allowing me to set a few font options that I needed for an app I wrote. The problem was that the full LOGFONT struct had not been implemented. I have what seems to be a working patch, but I would like a sanity