[Greg Miller] | Unfortunately I have a "fire" to put out with a patch to the existing | machine code, I'll get back to looking into the problem a | little later. | Thanks very much for you assistance with this! I really didn't look | into the GetFileVersionInfo, can I assume that is a cytypes function?
No, it's a function in the win32api module of the pywin32 extensions. (Although I imagine you could wrap it via ctypes, if you felt that way inclined). Did my earlier post make it through to the newsgroup/Google? It came through on the mailing list. Just in case, here is the code again: <code> import os, sys import win32api dll_filepath = os.path.join (sys.exec_prefix, "python24.dll") for k, v in win32api.GetFileVersionInfo (dll_filepath, "\\").items (): print k, "=>", v </code> Good luck with the firefighting. TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- http://mail.python.org/mailman/listinfo/python-list