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

2013-03-26 Thread Kris Hardy
+1 Mark Hammond 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 wrote: >> Perhaps

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 a

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 t

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 t

Re: [python-win32] get model PC

2012-01-10 Thread Kris Hardy
On 1/10/2012 9:37 AM, pacopyc pacopyc wrote: Hi, how can I get the model of remote computers? es. HP Compaq 6510b, IBM 2653, Toshiba Satellite Pro L670-11E, Look at these registry keys: HKEY_LOCAL_MACHINE\DESCRIPTION\SYSTEM\BIOS HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio

[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 chec