Calling foreign functions from Python? ctypes?

Neil Hodgson nyamatongwe+thunder at gmail.com
Mon Jan 9 07:42:52 EST 2006


Paul Watson:

> I cannot find any way to get to GetVersionInfo in VBScript (cscript).

Set objFSO = CreateObject("Scripting.FileSystemObject")
Wscript.Echo objFSO.GetFileVersion("c:\bin\SciLexer.dll")

    Neil



More information about the Python-list mailing list