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

ntlm_example_* scripts installed by egg but not working #24

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 0 comments
Open

ntlm_example_* scripts installed by egg but not working #24

GoogleCodeExporter opened this issue Mar 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. sudo pip install python-ntlm
2. ntlm_example_simple
3. ntlm_example_extended

What is the expected output? What do you see instead?

$ ntlm_example_simple
Traceback (most recent call last):
  File "/usr/local/bin/ntlm_example_simple", line 9, in <module>
    load_entry_point('python-ntlm==1.0', 'console_scripts', 'ntlm_example_simple')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named ntlm_examples.simple


$ ntlm_example_extended
Traceback (most recent call last):
  File "/usr/local/bin/ntlm_example_extended", line 9, in <module>
    load_entry_point('python-ntlm==1.0', 'console_scripts', 'ntlm_example_extended')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named ntlm_examples.extended


What version of the product are you using? On what operating system?

- python-ntlm 1.0 egg
- Ubuntu Server 10.04 64 bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 11:56

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