I downloaded the python-ntlm-1.0.tar.gz and am trying to install. I extracted the .tar file to its own directory (C:\python-ntlm-1.0) and executed the following command in the command prompt from that directory:
C:\python27\python.exe C:\Python27\Tools\Scripts\setup.py install
I get the following output:
running install
running build
running build_scripts
error: file 'C:\python-ntlm-1.0\byteyears.py' does not exist
I looked for that file and found it in my scripts directory and put the .tar in the scripts directory and tried it again, but it did not actually install it because when I execute my python script I continue to get ImportError: No module named ntlm.
Any help would be greatly appreciated.