You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
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.