Search:

Type: Posts; User: acey; Keyword(s):

Search: Search took 0.25 seconds.

  1. Replies
    2
    Views
    2,857

    Re: python urllib2 https problems

    Thanks for the suggestion, if this was a new project, I would definitely look at using pyCurl. However the above example code is the reason an existing script is not working. I would prefer to get it...
  2. Replies
    2
    Views
    2,857

    python urllib2 https problems

    I seem to be having a problem on ubuntu jaunty using python urllib2 and https. The following code works on ubuntu hardy, but not on jaunty:



    #!/usr/bin/python
    import urllib2

    print...
Results 1 to 2 of 2