scrapy / w3lib

Python library of web-related functions
BSD 3-Clause "New" or "Revised" License
390 stars 104 forks source link

Location of libw3.a #210

Closed htan2013 closed 1 year ago

htan2013 commented 1 year ago

Dear all,

I have compiled my w3lib 2.0.1 by using "python setup.py install" command. I tried to install another app that requires the library path for w3, especially it was looking for a file for libw3.a:

image

After the compilation of w3lib by "python setup.py install", I don't see any files named libw3.a in this directory. Do you know where I can find this file?

Thanks, Haochen

Gallaecio commented 1 year ago

w3lib is not a compiled library, but an interpreted, pure-Python one. Please, talk to the provides of that “another app” and ask them about it, I am pretty sure w3lib is not the dependency you are supposed to install to build that other program.