pycurl installation on Windows

Posted by Vijayendra Bapte on Stack Overflow See other posts from Stack Overflow or by Vijayendra Bapte
Published on 2009-10-17T17:57:36Z Indexed on 2010/06/03 12:24 UTC
Read the original article Hit count: 452

Filed under:
|
|

I am not able to install pycurl on Windows on Python2.6. Getting 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 curl directory: C:\Documents and Settings\vijayendra\Desktop\Downloads\curl-7.19.5-win32-ssl\curl-7.19.5
Traceback (most recent call last):
  File "setup.py", line 210, in <module>
    assert os.path.isfile(o), o
AssertionError: C:\Documents and Settings\vijayendra\Desktop\Downloads\curl-7.19.5-win32-ssl\curl-7.19.5\lib\libcurl.lib

Any idea what is this error about and how to fix this?

© Stack Overflow or respective owner

Related posts about python

Related posts about libcurl