I googled a bit this morning search for an answer to this problem but have come up empty so far.  Can anyone help?<br><br>Python 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import urllib2<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "C:\dev\opt\Python25\Lib\urllib2.py", line 92, in <module><br>    import httplib<br>
  File "C:\dev\opt\Python25\Lib\httplib.py", line 71, in <module><br>    import socket<br>  File "C:\dev\opt\Python25\Lib\socket.py", line 70, in <module><br>    _realssl = ssl<br>NameError: name 'ssl' is not defined<br>
>>> NameError: name 'ssl' is not defined<br><br>By way of comparison here is Python 2.5.2 on the same machine:<br><br>Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>> import urllib2<br>>>><br><br><br>Whats going on??<br><br>Thanks,<br><br>Scott<br>