On Wed, Mar 06, 2013 at 11:18:25 -0000, Paul BROWN wrote:
> I can confirm this patch worked for me! 

Cool.

I'm curious if you get the same result I do when running the direct
python test mentioned in comment #10.

Actually, here's basically the same test, but in a format easier
to cut-and-paste into your "python" session:

==========================
import pycurl
def geturl(url):
  curl=pycurl.Curl()
  curl.setopt(pycurl.URL,url)
  curl.perform()
  print
  print "before:", 1.0/2, 1.0/2
  curl.close()
  print "after:", 1.0/2, 1.0/2


geturl("https://launchpad.net/api/";)
==========================

Also, what does "grep flags /proc/cpuinfo" show on your system?


                                                Nathan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063350

Title:
  add-apt-repository/apt-add-repository fails with "ValueError: cannot
  convert float NaN to integer"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1063350/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to