[python-win32] Using "WEAP" API in Python

Tim Roberts timr at probo.com
Tue Aug 4 19:07:58 CEST 2015


Tim Roberts wrote:
> Are you sure that the app ID is "Weap.WeapApplication"?  Do you know how
> to troll the registry to verify that?

I see in the code samples that this is the correct App ID, so that's not
the issue.  You might try this from VBScript and see if it works. 
Create a file called test.vbs that contains:

    Set WEAP = CreateObject("WEAP.WEAPApplication")
    WEAP.Verbose = 4
    WEAP.Logfile = "logfile.txt"

then run it.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list