winapi32.GetFileVersionInfo() - problem

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 27 05:55:20 EST 2005


Dennis Lee Bieber wrote:
> 	<heh> And the only reason I could state that so quickly was that
> I've been tasked, at work, with creating a "configuration" report
> reporting the version(s) [file/product] of a whole slew of DLLs (I'm
> running a multi-level directory walk from subsystem roots).

Yes, answering this question certainly requires detailed knowledge of
Win32. Unfortunately/However/Factually this is really what the OP needs
to do now: go and understand Win32. Apparently, doesn't/didn't know
how Windows stores the version information. What is worse is that it
did not occur to him that his code (and the Python implementation behind
it, and the Microsoft API behind that) are all correct, and that the
problem really is in the file.

Regards,
Martin



More information about the Python-list mailing list