pegasy / python-ntlm

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

cannot import name HTTPNtlmAuthHandler #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed python-ntlm on two images, Win7 and XP 
2. python>  import urllib2
3. python>  from ntlm import HTTPNtlmAuthHandler

What is the expected output? What do you see instead?
Traceback <most recent call last>:
   File "<stdin>", line 1, in <module>
ImportError: cannot import name HTTPNtlmAuthHandler

What version of the product are you using? On what operating system?
Python2.6
python_ntlm-1.0.1-py2.6.egg
Please provide any additional information below.
works fine on the W7, not on the XP --- very strange

Original issue reported on code.google.com by quinden...@gmail.com on 7 Feb 2012 at 10:23

GoogleCodeExporter commented 9 years ago
My bad, I was running from a directory which had HTTPNtlmAuthHandler.py in it.

Works fine elsewhere.

Original comment by quinden...@gmail.com on 8 Feb 2012 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by samw...@gmail.com on 19 Feb 2013 at 1:07