Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

windows install problem #13

Closed pythonmobile closed 12 years ago

pythonmobile commented 12 years ago

Any chance curl.exe can be shipped with the package on windows?

Downloading/unpacking pycurl (from human-curl) Downloading pycurl-7.19.0.tar.gz (71Kb): 71Kb downloaded Running setup.py egg_info for package pycurl Using curl directory: c:\src\build\pycurl\curl-7.16.2.1 Traceback (most recent call last): File "", line 14, in File "C:\cygwin\home\build\pycurl\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 Complete output from command python setup.py egg_info: Using curl directory: c:\src\build\pycurl\curl-7.16.2.1

Traceback (most recent call last):

File "", line 14, in

File "C:\cygwin\home\joe\build\pycurl\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

Lispython commented 12 years ago

This is not a human_curl problem, it's pycurl problem. it not maintained about 2 years.

ghost commented 11 years ago
  1. Open up your setup.py
  2. ctrl+f for CURL_DIR
  3. Read the comment
  4. Maybe you can figure out something I couldnt