Re: [python-win32] Question about pywin32 and Anaconda

2023-06-07 Thread Wuping Xin
You are right. Seems Anaconda adds “SKIP_ANACONDA” in their customized
pywin32_postinstall.py, and the whole COM thing not working with Anaconda

On Wed, Jun 7, 2023 at 11:38 AM Mark Hammond 
wrote:

> pywin32_postinstall.py (
> https://github.com/mhammond/pywin32/blob/main/pywin32_postinstall.py)
> does not mention anaconda.
>
> The fact anaconda ships a version of pywin32 with it has caused problems
> though - maybe that's in a fork of theirs? If so, you need to ask them.
>
> Mark
> On 2023-06-07 9:18 a.m., Wuping Xin wrote:
>
> pywin32_postinstall.py, line 406, "SKIP_ANACONDA", why?
>
> Does that mean Anaconda is NOT whole-heartedly supported by pywin32?
> ___
> 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


Re: [python-win32] Question about pywin32 and Anaconda

2023-06-07 Thread Mark Hammond
pywin32_postinstall.py 
(https://github.com/mhammond/pywin32/blob/main/pywin32_postinstall.py) 
does not mention anaconda.


The fact anaconda ships a version of pywin32 with it has caused problems 
though - maybe that's in a fork of theirs? If so, you need to ask them.


Mark

On 2023-06-07 9:18 a.m., Wuping Xin wrote:

pywin32_postinstall.py, line 406, "SKIP_ANACONDA", why?

Does that mean Anaconda is NOT whole-heartedly supported by pywin32?
___
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 pywin32 and Anaconda

2023-06-07 Thread Wuping Xin

pywin32_postinstall.py, line 406, "SKIP_ANACONDA", why?

Does that mean Anaconda is NOT whole-heartedly supported by pywin32?
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32