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
Hi ! I got issues to install SW proxy on my mac. I did all the steps from a tutorial. But I blocked to step
when I do " sudo Python SW Proxy.py" . I got this result :
Traceback (most recent call last):
File "SWProxy.py", line 3, in
from SWParser.smon_decryptor import decrypt_request, decrypt_response
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWParser/init.py", line 1, in
from parser import *
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWParser/parser.py", line 11, in
from SWPlugin import SWPlugin
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWPlugin.py", line 1, in
from yapsy import IPlugin
ImportError: No module named yapsy
Could you help me to solve this ?
The text was updated successfully, but these errors were encountered:
Sorry, I haven't used it in well over a year, I don't even know if it still works or not. Also, I don't have a mac to know how to help you debug it. I'm sure others who tried it before stumbled on this same issue and told others how to get it fixed, maybe you can google for "swparser mac yapsy" and you'll find something.
Good luck.
Hi ! I got issues to install SW proxy on my mac. I did all the steps from a tutorial. But I blocked to step
when I do " sudo Python SW Proxy.py" . I got this result :
Traceback (most recent call last):
File "SWProxy.py", line 3, in
from SWParser.smon_decryptor import decrypt_request, decrypt_response
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWParser/init.py", line 1, in
from parser import *
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWParser/parser.py", line 11, in
from SWPlugin import SWPlugin
File "/Users/thomasdecresson/Desktop/SWProxy-0.100/SWPlugin.py", line 1, in
from yapsy import IPlugin
ImportError: No module named yapsy
Could you help me to solve this ?
The text was updated successfully, but these errors were encountered: