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

2015-08-04 Thread Kasra Keshavarz
Well, finally find the solution. You were right. Needed to be registered. With "WEAP /regserver" it will register itself. Then, API run successfully. Just sending this message for archiving, for those who might face this problem in future. On Aug 4, 2015 10:33 PM, "Kasra Keshavarz" wrote: > Yes,

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

2015-08-04 Thread Kasra Keshavarz
Yes, fully installed and successfully licensed. I do not think there are enough experts in WEAP support. On Aug 4, 2015 10:29 PM, "Tim Roberts" wrote: > Kasra Keshavarz wrote: > > Firstly Thank you sir for helping. > > I have a 64-bit Windows 8.1 Installed. Already checked with python 3.4 > > and

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

2015-08-04 Thread Tim Roberts
Kasra Keshavarz wrote: > Firstly Thank you sir for helping. > I have a 64-bit Windows 8.1 Installed. Already checked with python 3.4 > and 2.7. Also tried with both 64-bit and 32-bit versions of python. > WEAP itself didn't say much thing about its bit things. But I believe > it's a 32-bit program.

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

2015-08-04 Thread Kasra Keshavarz
Firstly Thank you sir for helping. I have a 64-bit Windows 8.1 Installed. Already checked with python 3.4 and 2.7. Also tried with both 64-bit and 32-bit versions of python. WEAP itself didn't say much thing about its bit things. But I believe it's a 32-bit program. Also, I have tried this on a 32-

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

2015-08-04 Thread Tim Roberts
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 tes

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

2015-08-04 Thread Tim Roberts
Kasra Keshavarz wrote: > > I'm facing problem in using WEAP API in > python. I have installed WEAP correctly and have a 3.4.3 version > python and also PythonWin (all of them are 32-bit). I'm not sure why > this is happening. > > Here is the error message: > >>> w = win32com

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

2015-08-04 Thread Kasra Keshavarz
Hi, I'm facing problem in using WEAP API in python. I have installed WEAP correctly and have a 3.4.3 version python and also PythonWin (all of them are 32-bit). I'm not sure why this is happening. Here is the error message: >>> w = win32com.client.Dispatch("Weap.WeapApplica