Re: [python-win32] Licensing requirement for usage of win32com APIs through python package (pywin32)

2020-08-02 Thread Tim Roberts
On Aug 2, 2020, at 12:48 PM, Adil Mujeeb  wrote:
> 
> I couldnt see my question in  https://mail.python.org/pipermail/python-win32/ 
>  
> I am not sure if it gets delivered or not.

You waited less than 30 minutes before complaining.  Mailing lists take longer 
than that.


> On Sun, Aug 2, 2020 at 12:19 AM Adil Mujeeb  > wrote:
> 
> What is the license clause if this python script will be used to test a 
> commercial Application development?

The license does not change based upon what you’re writing.  If you’re not 
releasing this to the public, then the license is totally irrelevant.  You can 
do whatever you want internally.


> I wanted to be sure that this allows in creating scripts to test commercial 
> product and if internally allows Microsoft license.

How does a Microsoft license get involved?  I think you’re worrying more than 
you need to here.
— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


Re: [python-win32] Licensing requirement for usage of win32com APIs through python package (pywin32)

2020-08-02 Thread Adil Mujeeb
I couldnt see my question in
https://mail.python.org/pipermail/python-win32/
I am not sure if it gets delivered or not.

Regards,
Adil

On Sun, Aug 2, 2020 at 12:19 AM Adil Mujeeb  wrote:

> Hi,
>
> For my project work / application testing, instead of doing it manually i
> am trying to automate it. I want to use win32com APIs through python
> package (pywin32).
>
> What is the license clause if this python script will be used to test a
> commercial Application development?
>
> There are two aspects:
>
> 1. Usage of win32com APIs (of course running machine has valid Microsoft
> softwares)
> 2. Usage of python package (pywin32) inside my test script. On
> https://pypi.org/project/pywin32/ it mention as "OSI Approved :: Python
> Software Foundation License" for pywin32. My understanding is that it
> allows me to use it without any acknowledgement required as I am just using
> the package. OR if required, i can acknowledge in my testing pacakge about
> usage of pywin32 package and to do so, what license file should i copy in
> my testing package?
>
> I wanted to be sure that this allows in creating scripts to test
> commercial product and if internally allows Microsoft license.
>
> Regards,
> Adil
>
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] Licensing requirement for usage of win32com APIs through python package (pywin32)

2020-08-02 Thread Adil Mujeeb
Hi,

For my project work / application testing, instead of doing it manually i
am trying to automate it. I want to use win32com APIs through python
package (pywin32).

What is the license clause if this python script will be used to test a
commercial Application development?

There are two aspects:

1. Usage of win32com APIs (of course running machine has valid Microsoft
softwares)
2. Usage of python package (pywin32) inside my test script. On
https://pypi.org/project/pywin32/ it mention as "OSI Approved :: Python
Software Foundation License" for pywin32. My understanding is that it
allows me to use it without any acknowledgement required as I am just using
the package. OR if required, i can acknowledge in my testing pacakge about
usage of pywin32 package and to do so, what license file should i copy in
my testing package?

I wanted to be sure that this allows in creating scripts to test commercial
product and if internally allows Microsoft license.

Regards,
Adil
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


Re: [python-win32] Question about DDE Advise mode

2020-08-02 Thread Mark Hammond
I'm afraid I can't remember almost anything about DDE :) I suggest you 
find the modules and examples to determine this.


Cheers,

Mark

On 2/08/2020 4:57 pm, Hylston N. Barbosa wrote:

Hi all,

I would like to know if pywin32 supports the method conversation.advise 
or only conversation.request?


If only has request, is there any other library you may know that 
supports advise?


Thank you!

--

Hylston Natann

___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32



___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] Question about DDE Advise mode

2020-08-02 Thread Hylston N. Barbosa
Hi all,

I would like to know if pywin32 supports the method conversation.advise or
only conversation.request?

If only has request, is there any other library you may know that
supports advise?

Thank you!

-- 

Hylston Natann
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32