how to install PYCURL 7.15.2 on windows 2003?

J

Ju Hui

I download it from http://pycurl.sourceforge.net/
and then extract it to D:\usr\pycurl-7.15.2
then
D:\usr\pycurl-7.15.2>setup.py install --curl-dir=d:\usr\pycurl-7.15.2
Using curl directory: d:\usr\pycurl-7.15.2
Traceback (most recent call last):
File "D:\usr\pycurl-7.15.2\setup.py", line 197, in ?
assert os.path.isfile(o), o
AssertionError: d:\usr\pycurl-7.15.2\lib\libcurl.lib

how to install it?who can give me help? thanks.
 
J

Josef Meile

> I download it from http://pycurl.sourceforge.net/
> and then extract it to D:\usr\pycurl-7.15.2
> then
> D:\usr\pycurl-7.15.2>setup.py install --curl-dir=d:\usr\pycurl-7.15.2
> Using curl directory: d:\usr\pycurl-7.15.2
> Traceback (most recent call last):
> File "D:\usr\pycurl-7.15.2\setup.py", line 197, in ?
> assert os.path.isfile(o), o
> AssertionError: d:\usr\pycurl-7.15.2\lib\libcurl.lib
I would say you need to install libcurl first. "--curl-dir"
isn't the directory where you want to install pycurl; it is
the location of the curl library, which isn't implemented in
python.

You can find the binaries (or the sources) here:
http://curl.haxx.se/dlwiz/

Regards
Josef
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top