pegasy / python-ntlm

Automatically exported from code.google.com/p/python-ntlm
0 stars 0 forks source link

Import error when trying to run examples #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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