SSL (HTTPS) with 2.4

Lucas Raab dotpyFE at gmail.com
Wed May 18 08:21:32 EDT 2005


Bloke wrote:
> I just removed my installation of Python 2.4.1, which was the one on
> the python.org web site.  I installed the Activepython 2.4.1 and now I
> get the following error with the same code above:
> 
>  File "C:\Python24\lib\urllib2.py", line 1053, in unknown_open
>     raise URLError('unknown url type: %s' % type)
> URLError: <urlopen error unknown url type: https>
> 
> I'm getting a bit frustrated.  Do I need to import another library?
> Any advise is appreciated.
> 
> Bloke.
> 

I think it's saying it doesn't understand the HTTPS protocol based on the

	raise URL error('unknown url type: %' % type)
URLError: <urlopen error unknown url type: https>

-- 
--------------------------
Lucas Raab
lvraab"@"earthlink.net
dotpyFE"@"gmail.com
AIM:	Phoenix11890
MSN:	dotpyfe "@" gmail.com
IRC:	lvraab
ICQ:	324767918
Yahoo:	Phoenix11890



More information about the Python-list mailing list