Running setup.py egg_info for package pycurl
sh: curl-config: not found
Traceback (most recent call last):
File "<string>",line 14,in <module>
File "/home/eric/env/build/pycurl/setup.py",line 90,in <module>
raise Exception,("`%s' not found -- please install the libcurl development files" % CURL_CONFIG)
Exception: `curl-config' not found -- please install the libcurl development files
Complete output from command python setup.py egg_info:
sh: curl-config: not found
Traceback (most recent call last):
File "<string>",in <module>
File "/home/eric/env/build/pycurl/setup.py",in <module>
raise Exception,("`%s' not found -- please install the libcurl development files" % CURL_CONFIG)
Exception: `curl-config' not found -- please install the libcurl development files