Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error when trying to run examples #41

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

Import error when trying to run examples #41

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant