Brett Cannon added the comment:
This is not a Python error. It simply looks like you didn't set the
CURL_DIR variable in the setup.py file that came w/ pycurl. If you can't
figure out how to set the variable then I would ask the pycurl developers
how to fix this.
--
nosy: +brett.cann
New submission from iamraprap :
first i tried using easy_install pycurl, also set a path to CURL_DIR and
i had error:
File "setup.py", line 69, in
assert os.path.isdir(CURL_DIR), "please check CURL_DIR in setup.py"
AssertionError: please check CURL_DIR in setup.py
second attempt, downloa