Re: urllib en https

2006-11-09 Thread Podi
> > As I recall, ActiveState doesn't distribute the SSL package that the > > python.org package contains. But... It is possible to copy the SSL > > related files from a python.org package into the ActiveState > > installation. > Are there any instructions on doing this? My Python installation

Re: urllib en https

2006-09-16 Thread John J. Lee
[EMAIL PROTECTED] (John J. Lee) writes: [...] > Does ActiveState do a unix distribution of Python now? > > (The OP seemed to have a Unix-like system -- so probably he didn't > install have the right rpm or whatever installed -- a very common > problem with people trying to use SSL on linux distrib

Re: urllib en https

2006-09-16 Thread John J. Lee
Dennis Lee Bieber <[EMAIL PROTECTED]> writes: > On Wed, 13 Sep 2006 23:03:08 +0200, Cecil Westerhof <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > > > I found the problem. The first Python was compiled with ssl support enabled > > and the second without ssl support enab

Re: urllib en https

2006-09-13 Thread Cecil Westerhof
Cecil Westerhof wrote: > Something went wrong with my last post. So, again: > > I have a strange problem. I wrote a script that uses urllib.urlopen to > fetch a page through https. In Python 2.2.2 this works without a problem. > But when I use the script in Python 2.4.1 (which is more recent) I g

Re: urllib en https

2006-09-13 Thread [EMAIL PROTECTED]
please provide a sample program, which has the minimal functionality necessary to reproduce this error. I've checked and the syntax hasn't changed. Perhaps it's with the string you are passing as "fullurl". Anyways, I can't really troubleshoot more than that without some code. Cecil Westerhof wrot

urllib en https

2006-09-13 Thread Cecil Westerhof
Something went wrong with my last post. So, again: I have a strange problem. I wrote a script that uses urllib.urlopen to fetch a page through https. In Python 2.2.2 this works without a problem. But when I use the script in Python 2.4.1 (which is more recent) I get: Traceback (most recent call l

urllib en https

2006-09-13 Thread Cecil Westerhof
I have a strange problem. I wrote a script that uses urllib.urlopen to fetch a page through https. In Python 2.2.2 this works without a problem. But when I use the script in Python I get: Traceback (most recent call last): File "", line 1, in ? File "/usr/local/lib/python2.4/urllib.py", line