You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install python-ntlm library `python setup.py install`
2. Run script `ntlm_example_simple.exe`
What do you see?
> ImportError: No module named ntlm_examples.simple
Original issue reported on code.google.com by matt.hickford on 23 Sep 2013 at 1:23
The text was updated successfully, but these errors were encountered:
Fix is to edit setup.py and change it to install the examples package
packages=["ntlm", "ntlm_examples"],
Were this GitHub I would send you a pull request! Alas.
Original comment by matt.hickford on 23 Sep 2013 at 1:24
Original issue reported on code.google.com by
matt.hickford
on 23 Sep 2013 at 1:23The text was updated successfully, but these errors were encountered: