python - pycurl installation on Windows -
I'm not able to install pycurl on Windows on Python2.6. Getting the following error:
C: \ Documents and Settings \ vijayendra \ Desktop \ Downloads \ pycurl-7.19.0> Python setup.py install --curl-dir = "C: \ Documents and Settings \ vijayendra \ Desktop \ downloads \ curl-7.19.5-win32-ssl \ curl-7.19.5 "Using the Curl Directory: C: \ Documents and Settings \ vijayendra \ Desktop \ downloads \ curl-7.19. 5-win32-ssl \ Curl-7.1 9.5 Traceback (most recent call final): File "setup.py", line 210, & lt; Module & gt; Os.path.isfile (o), o AsserttionError: C: \ Documents and Settings \ vijayendra \ Desktop \ downloads \ curl-7.19.5-win32 -sll \ curl-7.19.5 \ lib \ libcurl.lib
What is the error about any idea and how to fix it?
Unzip it and copy it to your site-package :) < / P>
Comments
Post a Comment