swiperproxy
swiperproxy copied to clipboard
Error after installing / ImportError: libstreamhtmlparser.so.0
Hi, thanks for great web proxy script. I wanted to give it a try, but i couldn't. I downloaded and tried to install as mentioned in documents. I installed requirements. I also built and installed streamhtmlparser in the include directory. These steps is passed without any error. But at last, when I tried to run, I got following error:
Traceback (most recent call last):
File "Proxy.py", line 38, in <module>
from Page import Page
File "/opt/SwiperProxy/swiperproxy/Page.py", line 23, in <module>
from streamhtmlparser import *
ImportError: libstreamhtmlparser.so.0: cannot open shared object file: No such file or directory
I should say, I am a little bit new at python. So I may miss something obvious. If so, sorry for taking time. Thanks.
same issue
Sorry, the project is not really maintained anymore and I am currently not at home. I will try to compile it when I am back from my holiday and see what the issue is. Something probably changed with libstreamhtmlparser, a workaround might be to pick a version from a year ago?
can you please tell maybe version of it
tried v1.0 dont work
I don't know yet, sorry. I will try it out somewhere this week
Copy the Python packages to a location where Debian will recognize them: $ cp /usr/local/lib/python2.7/dist-packages/* /usr/lib/python2.7/dist-packages $ ldconfig -v
Did you try that? What python version do you run? 2 or 3?
Iam using python2 and i have tried that and that did not fix it.
Cant we make like a pip package for this library atleast for debian based systems
Any updates? Even I am facing the same issue.
Same problem here...
Same here