genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
952 stars 98 forks source link

Requires module pywin32 sspi #129

Closed Cpousson closed 2 years ago

Cpousson commented 2 years ago

Running on python 3.9. install complete with winpy32 and sspi.py file in supporting Programs\Python\Python39-32\Lib\site-packages folder but running python -m px comes back with requires module pywin32 sspi. Not sure what is missing.

tmallikarjuna commented 2 years ago

@Cpousson are you still facing this issue?.. I am also having same issue.

I have installed the below packages:

importlib-metadata==4.11.3 keyring==23.5.0 libusb1==3.0.0 netaddr==0.8.0 ntlm-auth==1.5.0 psutil==5.9.0 px-proxy==0.5.0 pypiwin32==223 pywin32==303 pywin32-ctypes==0.2.0 typing==3.7.4.3 winkerberos==0.8.0 zipp==3.7.0

Cpousson commented 2 years ago

@tmallikarjuna, I never received support so I had to move on to a different solution. Good luck finding the help you need!

genotrance commented 2 years ago

I could not reproduce this issue last time I tried. Do you think it's because you have a 32-bit version of Python and maybe a 64-bit version of pywin32?

Will help to know how you installed Python and pywin32.

reyemb commented 2 years ago

Installing pywin32 with conda fixed it for me

conda install pywin32

Some say this should also working fine

pip install --upgrade pywin32==224