Re: [python-win32] pywin32 in python 64bit-3.7 environment

2022-07-05 Thread Mark Hammond
On 6/07/2022 7:13 am, De Silva, Thushara via python-win32 wrote: Hi, I am working in python 64-bit, 3.7 environment. I want to install pywin32 to conda-environment. “pip install pywin32” installed pywin32 304 to my env. But I cannot “import pywin32” from my jupyter notebook (No Module named

Re: [python-win32] pywin32 in python 64bit-3.7 environment

2022-07-05 Thread Steven Manross
https://anaconda.org/anaconda/pywin32 ... suggests: conda install -c anaconda pywin32 BUT, that is version 302 according to the URL above. As for the EXE, I don't think that PIP will install from an EXE. I hope this helps, but I literally know nothing about anaconda. I'm sure that someone el