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, [email protected]
Providenza & Boekelheide, Inc.
_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32