-
allows compiling pycurl with python3 and linking to python3, 2 examples are adjusted too.
2009-12-19 19:56:03 UTC by nobody
-
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, downloaded the 7.19.7 pycurl and built the libcurl.lib
too... but upon installing, i had error again...
2009-12-17 17:24:41 UTC by iamraprap
-
Mail to the list from Johansen: http://curl.haxx.se/mail/curlpython-2009-03/0001.html
And his proposed fix: http://curl.haxx.se/mail/curlpython-2009-04/0003.html
The attached patch corrects this issue and adds a test case for reset(). This patch also addresses issue #2812016, which documents build issues on some platforms (https://sourceforge.net/tracker/?func=detail&aid=2812016&group_id.
2009-11-07 01:19:21 UTC by dbprice1
-
bagder added jim_patterson to the PycURL project.
2009-11-06 22:32:37 UTC by bagder
-
The right answer is likely to run the two curl-config commands and to gracefully handle the case where one or the other subcommands (but not both) fails....
2009-11-06 19:40:14 UTC by dbprice1
-
bagder added dbprice1 to the PycURL project.
2009-11-06 19:26:15 UTC by bagder
-
kjetilja added bagder to the PycURL project.
2009-11-03 09:20:29 UTC by kjetilja
-
kjetilja added badger to the PycURL project.
2009-11-03 09:19:39 UTC by kjetilja