>
> I am using Fedora Core 4 linux. Where should I look for _ssl.pyd ? I
> am trying to build and use Python-2.5.1
>
I don't have access to that type of system. I do know that you need
OpenSSL to use ssl. It might be as simple as just finding and
installing OpenSSL for fedora. You can also find t
On 8/10/07, Matt McCredie <[EMAIL PROTECTED]> wrote:
> > I built and installed python 2.5 from source and when I do this:
> > opener = urllib2.build_opener(SmartRedirectHandler(),
> > DefaultErrorHandler(), urllib2.HTTPSHandler())
> > I get this error.
> > At
> I built and installed python 2.5 from source and when I do this:
>
> opener = urllib2.build_opener(SmartRedirectHandler(),
> DefaultErrorHandler(), urllib2.HTTPSHandler())
>
> I get this error.
> AttributeError: 'module' object has no attribute 'HTTPSHandl
Hi
I built and installed python 2.5 from source and when I do this:
opener = urllib2.build_opener(SmartRedirectHandler(),
DefaultErrorHandler(), urllib2.HTTPSHandler())
I get this error.
AttributeError: 'module' object has no attribute 'HTTPSHandler'
What should I do?
--
ht