win32api.GetFileVersionInfo - error

2005-03-24 Thread xytho33
I need to be able to programatically get the version info from a windows DLL preferably in the same format as what is displayed in the properties tab. I was overjoyed to find Mark Hammond's Python Extensions (http://starship.python.net/crew/mhammond/) The package includes a little demo program "

win32api .GetFileVersionInfo()

2005-03-24 Thread xytho33
I need to be able to programatically get the version info from a windows DLL preferably in the same format as what is displayed in the properties tab. I was overjoyed to find Mark Hammond's Python Extensions (http://starship.python.net/crew/mhammond/) The package includes a little demo program

Re: DLL version number

2005-03-24 Thread xytho33
I also need to be able to get the version info from a windows DLL preferably in the same format as what is displayed in the properties tab. I was overjoyed to find the little demo program filevers.py distributed in the win32api download. Unfortunately I get this error when I execute the script