python-ntlm
python-ntlm copied to clipboard
Import error when trying to run examples
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
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