Calling foreign functions from Python? ctypes?

"Martin v. Löwis" martin at v.loewis.de
Sun Jan 8 18:21:59 EST 2006


Paul Watson wrote:
> I cannot find any way to get to GetVersionInfo in VBScript (cscript).

Well, in VB6, you have ctypes. So you can call any API function you
like to.

For one implementation, see

http://www.andreavb.com/tip030020.html

Regards,
Martin



More information about the Python-list mailing list