Hi,
I am writing a pycurl script, which worked right on linux, but on mac os x I get the error:
Traceback (most recent call last):
File "curl.py", line 47, in <module>
c.perform()
pycurl.error: (7, "couldn't connect to host")
any help?
Thanks