【发布时间】:2009-10-17 17:57:36
【问题描述】:
我无法在 Python2.6 上的 Windows 上安装 pycurl。出现以下错误:
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
知道这个错误是什么以及如何解决这个问题吗?
【问题讨论】:
-
同样的问题:pycurl 开发人员没有发现在 windows 上支持 python 2.6 有用(在一般发布后一年多!)。我们不会再使用这个库了。